Shades of Caribbean Green #02C89B
Tints of Caribbean Green #02C89B
RGB
CMYK
RGB Variations
Color information
#02C89B (or 0x02C89B) is known color: Caribbean Green. HEX triplet: 02, C8 and 9B. RGB value is (2,200,155). Sum of RGB (Red+Green+Blue) = 2+200+155=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #02C89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C89B is #FD3764. Grayscale: #878787. Windows color (decimal): -16594789 or 10209282. OLE color: 10209282.
HSL color Cylindrical-coordinate representation of color #02C89B: hue angle of 166.36º 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 #02C89B is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 155 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.22 |
| HSL | 166.36º | 0.98% | 0.4% | - |
| HSV(B) | 166.36º | 0.99% | 0.78% | - |
| XYZ | 26.6 | 43.69 | 38.04 | - |
| YUV | 135.67 | 138.9 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 155 | 0.99 | 0 | 0.22 | 0.22 | 166.36 | 0.98 | 0.4 |
| Hex | 2 | C8 | 9B | 63 | 0 | 16 | 16 | A6 | 62 | 28 |
| Octal | 2 | 310 | 233 | 143 | 0 | 26 | 26 | 246 | 142 | 50 |
| Binary | 10 | 11001000 | 10011011 | 1100011 | 0 | 10110 | 10110 | 10100110 | 1100010 | 101000 |
Color Harmonies of #02C89B
Complementary color
Monochromatic Colors of #02C89B
Black with #02C89B
Text Example
Text Example
White with #02C89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C89B; }
p { color: rgb(2,200,155); }
H1.HeaderClassName
{
color: #02C89B;
}
.AnyTagClassName
{
color: #02C89B;
}
</style>
background-color css
<style>
a { background-color: #02C89B; }
a { background-color: rgb(2,200,155); }
div.DivClassName
{
background-color: #02C89B;
}
.BgClassName
{
background-color: #02C89B;
}
</style>
border-color css
<style>
span { border-color: #02C89B; }
span { border-color: rgb(2,200,155); }
td.TdClassName
{
border-color: #02C89B;
}
.TagClassName
{
border-color: #02C89B;
}
</style>