Shades of Caribbean Green #02C09B
Tints of Caribbean Green #02C09B
RGB
CMYK
RGB Variations
Color information
#02C09B (or 0x02C09B) is known color: Caribbean Green. HEX triplet: 02, C0 and 9B. RGB value is (2,192,155). Sum of RGB (Red+Green+Blue) = 2+192+155=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #02C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C09B is #FD3F64. Grayscale: #828282. Windows color (decimal): -16596837 or 10207234. OLE color: 10207234.
HSL color Cylindrical-coordinate representation of color #02C09B: hue angle of 168.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 #02C09B is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 155 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.25 |
| HSL | 168.32º | 0.98% | 0.38% | - |
| HSV(B) | 168.32º | 0.99% | 0.75% | - |
| XYZ | 24.79 | 40.08 | 37.44 | - |
| YUV | 130.97 | 141.55 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 155 | 0.99 | 0 | 0.19 | 0.25 | 168.32 | 0.98 | 0.38 |
| Hex | 2 | C0 | 9B | 63 | 0 | 13 | 19 | A8 | 62 | 26 |
| Octal | 2 | 300 | 233 | 143 | 0 | 23 | 31 | 250 | 142 | 46 |
| Binary | 10 | 11000000 | 10011011 | 1100011 | 0 | 10011 | 11001 | 10101000 | 1100010 | 100110 |
Color Harmonies of #02C09B
Complementary color
Monochromatic Colors of #02C09B
Black with #02C09B
Text Example
Text Example
White with #02C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C09B; }
p { color: rgb(2,192,155); }
H1.HeaderClassName
{
color: #02C09B;
}
.AnyTagClassName
{
color: #02C09B;
}
</style>
background-color css
<style>
a { background-color: #02C09B; }
a { background-color: rgb(2,192,155); }
div.DivClassName
{
background-color: #02C09B;
}
.BgClassName
{
background-color: #02C09B;
}
</style>
border-color css
<style>
span { border-color: #02C09B; }
span { border-color: rgb(2,192,155); }
td.TdClassName
{
border-color: #02C09B;
}
.TagClassName
{
border-color: #02C09B;
}
</style>