Shades of Caribbean Green #02CF9C
Tints of Caribbean Green #02CF9C
RGB
CMYK
RGB Variations
Color information
#02CF9C (or 0x02CF9C) is known color: Caribbean Green. HEX triplet: 02, CF and 9C. RGB value is (2,207,156). Sum of RGB (Red+Green+Blue) = 2+207+156=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CF9C is #FD3063. Grayscale: #8B8B8B. Windows color (decimal): -16592996 or 10276610. OLE color: 10276610.
HSL color Cylindrical-coordinate representation of color #02CF9C: hue angle of 165.07º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF9C is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 156 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.19 |
| HSL | 165.07º | 0.98% | 0.41% | - |
| HSV(B) | 165.07º | 0.99% | 0.81% | - |
| XYZ | 28.34 | 47.04 | 39.04 | - |
| YUV | 139.89 | 137.08 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 156 | 0.99 | 0 | 0.25 | 0.19 | 165.07 | 0.98 | 0.41 |
| Hex | 2 | CF | 9C | 63 | 0 | 19 | 13 | A5 | 62 | 29 |
| Octal | 2 | 317 | 234 | 143 | 0 | 31 | 23 | 245 | 142 | 51 |
| Binary | 10 | 11001111 | 10011100 | 1100011 | 0 | 11001 | 10011 | 10100101 | 1100010 | 101001 |
Color Harmonies of #02CF9C
Complementary color
Monochromatic Colors of #02CF9C
Black with #02CF9C
Text Example
Text Example
White with #02CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF9C; }
p { color: rgb(2,207,156); }
H1.HeaderClassName
{
color: #02CF9C;
}
.AnyTagClassName
{
color: #02CF9C;
}
</style>
background-color css
<style>
a { background-color: #02CF9C; }
a { background-color: rgb(2,207,156); }
div.DivClassName
{
background-color: #02CF9C;
}
.BgClassName
{
background-color: #02CF9C;
}
</style>
border-color css
<style>
span { border-color: #02CF9C; }
span { border-color: rgb(2,207,156); }
td.TdClassName
{
border-color: #02CF9C;
}
.TagClassName
{
border-color: #02CF9C;
}
</style>