Shades of Caribbean Green #02C09D
Tints of Caribbean Green #02C09D
RGB
CMYK
RGB Variations
Color information
#02C09D (or 0x02C09D) is known color: Caribbean Green. HEX triplet: 02, C0 and 9D. RGB value is (2,192,157). Sum of RGB (Red+Green+Blue) = 2+192+157=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #02C09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C09D is #FD3F62. Grayscale: #838383. Windows color (decimal): -16596835 or 10338306. OLE color: 10338306.
HSL color Cylindrical-coordinate representation of color #02C09D: hue angle of 168.95º 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 #02C09D is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 157 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.25 |
| HSL | 168.95º | 0.98% | 0.38% | - |
| HSV(B) | 168.95º | 0.99% | 0.75% | - |
| XYZ | 24.96 | 40.15 | 38.33 | - |
| YUV | 131.2 | 142.55 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 157 | 0.99 | 0 | 0.18 | 0.25 | 168.95 | 0.98 | 0.38 |
| Hex | 2 | C0 | 9D | 63 | 0 | 12 | 19 | A9 | 62 | 26 |
| Octal | 2 | 300 | 235 | 143 | 0 | 22 | 31 | 251 | 142 | 46 |
| Binary | 10 | 11000000 | 10011101 | 1100011 | 0 | 10010 | 11001 | 10101001 | 1100010 | 100110 |
Color Harmonies of #02C09D
Complementary color
Monochromatic Colors of #02C09D
Black with #02C09D
Text Example
Text Example
White with #02C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C09D; }
p { color: rgb(2,192,157); }
H1.HeaderClassName
{
color: #02C09D;
}
.AnyTagClassName
{
color: #02C09D;
}
</style>
background-color css
<style>
a { background-color: #02C09D; }
a { background-color: rgb(2,192,157); }
div.DivClassName
{
background-color: #02C09D;
}
.BgClassName
{
background-color: #02C09D;
}
</style>
border-color css
<style>
span { border-color: #02C09D; }
span { border-color: rgb(2,192,157); }
td.TdClassName
{
border-color: #02C09D;
}
.TagClassName
{
border-color: #02C09D;
}
</style>