Shades of Caribbean Green #02C69C
Tints of Caribbean Green #02C69C
RGB
CMYK
RGB Variations
Color information
#02C69C (or 0x02C69C) is known color: Caribbean Green. HEX triplet: 02, C6 and 9C. RGB value is (2,198,156). Sum of RGB (Red+Green+Blue) = 2+198+156=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #02C69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C69C is #FD3963. Grayscale: #868686. Windows color (decimal): -16595300 or 10274306. OLE color: 10274306.
HSL color Cylindrical-coordinate representation of color #02C69C: hue angle of 167.14º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C69C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 156 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.22 |
| HSL | 167.14º | 0.98% | 0.39% | - |
| HSV(B) | 167.14º | 0.99% | 0.78% | - |
| XYZ | 26.22 | 42.8 | 38.33 | - |
| YUV | 134.61 | 140.07 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 156 | 0.99 | 0 | 0.21 | 0.22 | 167.14 | 0.98 | 0.39 |
| Hex | 2 | C6 | 9C | 63 | 0 | 15 | 16 | A7 | 62 | 27 |
| Octal | 2 | 306 | 234 | 143 | 0 | 25 | 26 | 247 | 142 | 47 |
| Binary | 10 | 11000110 | 10011100 | 1100011 | 0 | 10101 | 10110 | 10100111 | 1100010 | 100111 |
Color Harmonies of #02C69C
Complementary color
Monochromatic Colors of #02C69C
Black with #02C69C
Text Example
Text Example
White with #02C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C69C; }
p { color: rgb(2,198,156); }
H1.HeaderClassName
{
color: #02C69C;
}
.AnyTagClassName
{
color: #02C69C;
}
</style>
background-color css
<style>
a { background-color: #02C69C; }
a { background-color: rgb(2,198,156); }
div.DivClassName
{
background-color: #02C69C;
}
.BgClassName
{
background-color: #02C69C;
}
</style>
border-color css
<style>
span { border-color: #02C69C; }
span { border-color: rgb(2,198,156); }
td.TdClassName
{
border-color: #02C69C;
}
.TagClassName
{
border-color: #02C69C;
}
</style>