breadcrumb
Java
How Java is Used |
balanceencouragerelaxrevitalize |
Industries that Commonly Use Java |
bankingenviromentfarmingnonprofitreal estate |
Color Code Details
HEX | #23cba7 | |
RGB | (35, 203, 167); | |
RGBA | (35, 203, 167, 1) | |
HSL | (167, 71%, 47%); | |
HSLA | (167, 71%, 47%, 1); |
HSV | 167,82,79 | |
HSB | 167, 83, 80 | |
HWB | 167 14% 20% | |
CMYK | 83, 0, 18, 20 | |
Pantone | 321 C |
Preview & Codes Examples
Text Color with Java |
|
This Text has a Font Color of #23cba7 | |
.text {color:#23cba7;}
|
|
.text {color:rgba(35, 203, 167, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Java |
|
This element has a background color of #23cba7 | |
.element {background-color:#23cba7;}
|
|
.element {background-color:rgba(35, 203, 167, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Java |
|
This element has a border color of #23cba7 | |
.element {border:1px solid #23cba7;}
|
|
.element {border:1px solid rgba(35, 203, 167, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #23cba7;
|
Sass / SCSS |
|
$variable: #23cba7;
|
Less |
|
@variable: #23cba7;
|
Similar Green Shades You Might Like
Green represents nature, balance, and growth. It’s perfect for eco-friendly projects, wellness brands, and clean tech startups. Check out similar green UI colors for your next project.