Shades of Caribbean Green #02C0AE
Tints of Caribbean Green #02C0AE
RGB
CMYK
RGB Variations
Color information
#02C0AE (or 0x02C0AE) is known color: Caribbean Green. HEX triplet: 02, C0 and AE. RGB value is (2,192,174). Sum of RGB (Red+Green+Blue) = 2+192+174=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C0AE is #FD3F51. Grayscale: #858585. Windows color (decimal): -16596818 or 11452418. OLE color: 11452418.
HSL color Cylindrical-coordinate representation of color #02C0AE: hue angle of 174.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0AE is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 174 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.25 |
| HSL | 174.32º | 0.98% | 0.38% | - |
| HSV(B) | 174.32º | 0.99% | 0.75% | - |
| XYZ | 26.51 | 40.77 | 46.52 | - |
| YUV | 133.14 | 151.05 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 174 | 0.99 | 0 | 0.09 | 0.25 | 174.32 | 0.98 | 0.38 |
| Hex | 2 | C0 | AE | 63 | 0 | 9 | 19 | AE | 62 | 26 |
| Octal | 2 | 300 | 256 | 143 | 0 | 11 | 31 | 256 | 142 | 46 |
| Binary | 10 | 11000000 | 10101110 | 1100011 | 0 | 1001 | 11001 | 10101110 | 1100010 | 100110 |
Color Harmonies of #02C0AE
Complementary color
Monochromatic Colors of #02C0AE
Black with #02C0AE
Text Example
Text Example
White with #02C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0AE; }
p { color: rgb(2,192,174); }
H1.HeaderClassName
{
color: #02C0AE;
}
.AnyTagClassName
{
color: #02C0AE;
}
</style>
background-color css
<style>
a { background-color: #02C0AE; }
a { background-color: rgb(2,192,174); }
div.DivClassName
{
background-color: #02C0AE;
}
.BgClassName
{
background-color: #02C0AE;
}
</style>
border-color css
<style>
span { border-color: #02C0AE; }
span { border-color: rgb(2,192,174); }
td.TdClassName
{
border-color: #02C0AE;
}
.TagClassName
{
border-color: #02C0AE;
}
</style>