Shades of Caribbean Green #02CC9D
Tints of Caribbean Green #02CC9D
RGB
CMYK
RGB Variations
Color information
#02CC9D (or 0x02CC9D) is known color: Caribbean Green. HEX triplet: 02, CC and 9D. RGB value is (2,204,157). Sum of RGB (Red+Green+Blue) = 2+204+157=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CC9D is #FD3362. Grayscale: #8A8A8A. Windows color (decimal): -16593763 or 10341378. OLE color: 10341378.
HSL color Cylindrical-coordinate representation of color #02CC9D: hue angle of 166.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC9D is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 157 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.2 |
| HSL | 166.04º | 0.98% | 0.4% | - |
| HSV(B) | 166.04º | 0.99% | 0.8% | - |
| XYZ | 27.7 | 45.63 | 39.25 | - |
| YUV | 138.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 157 | 0.99 | 0 | 0.23 | 0.2 | 166.04 | 0.98 | 0.4 |
| Hex | 2 | CC | 9D | 63 | 0 | 17 | 14 | A6 | 62 | 28 |
| Octal | 2 | 314 | 235 | 143 | 0 | 27 | 24 | 246 | 142 | 50 |
| Binary | 10 | 11001100 | 10011101 | 1100011 | 0 | 10111 | 10100 | 10100110 | 1100010 | 101000 |
Color Harmonies of #02CC9D
Complementary color
Monochromatic Colors of #02CC9D
Black with #02CC9D
Text Example
Text Example
White with #02CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC9D; }
p { color: rgb(2,204,157); }
H1.HeaderClassName
{
color: #02CC9D;
}
.AnyTagClassName
{
color: #02CC9D;
}
</style>
background-color css
<style>
a { background-color: #02CC9D; }
a { background-color: rgb(2,204,157); }
div.DivClassName
{
background-color: #02CC9D;
}
.BgClassName
{
background-color: #02CC9D;
}
</style>
border-color css
<style>
span { border-color: #02CC9D; }
span { border-color: rgb(2,204,157); }
td.TdClassName
{
border-color: #02CC9D;
}
.TagClassName
{
border-color: #02CC9D;
}
</style>