Shades of Caribbean Green #02C89A
Tints of Caribbean Green #02C89A
RGB
CMYK
RGB Variations
Color information
#02C89A (or 0x02C89A) is known color: Caribbean Green. HEX triplet: 02, C8 and 9A. RGB value is (2,200,154). Sum of RGB (Red+Green+Blue) = 2+200+154=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #02C89A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C89A is #FD3765. Grayscale: #878787. Windows color (decimal): -16594790 or 10143746. OLE color: 10143746.
HSL color Cylindrical-coordinate representation of color #02C89A: hue angle of 166.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C89A is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 154 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.22 |
| HSL | 166.06º | 0.98% | 0.4% | - |
| HSV(B) | 166.06º | 0.99% | 0.78% | - |
| XYZ | 26.51 | 43.65 | 37.6 | - |
| YUV | 135.55 | 138.4 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 154 | 0.99 | 0 | 0.23 | 0.22 | 166.06 | 0.98 | 0.4 |
| Hex | 2 | C8 | 9A | 63 | 0 | 17 | 16 | A6 | 62 | 28 |
| Octal | 2 | 310 | 232 | 143 | 0 | 27 | 26 | 246 | 142 | 50 |
| Binary | 10 | 11001000 | 10011010 | 1100011 | 0 | 10111 | 10110 | 10100110 | 1100010 | 101000 |
Color Harmonies of #02C89A
Complementary color
Monochromatic Colors of #02C89A
Black with #02C89A
Text Example
Text Example
White with #02C89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C89A; }
p { color: rgb(2,200,154); }
H1.HeaderClassName
{
color: #02C89A;
}
.AnyTagClassName
{
color: #02C89A;
}
</style>
background-color css
<style>
a { background-color: #02C89A; }
a { background-color: rgb(2,200,154); }
div.DivClassName
{
background-color: #02C89A;
}
.BgClassName
{
background-color: #02C89A;
}
</style>
border-color css
<style>
span { border-color: #02C89A; }
span { border-color: rgb(2,200,154); }
td.TdClassName
{
border-color: #02C89A;
}
.TagClassName
{
border-color: #02C89A;
}
</style>