Shades of Caribbean Green #02CDA8
Tints of Caribbean Green #02CDA8
RGB
CMYK
RGB Variations
Color information
#02CDA8 (or 0x02CDA8) is known color: Caribbean Green. HEX triplet: 02, CD and A8. RGB value is (2,205,168). Sum of RGB (Red+Green+Blue) = 2+205+168=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #02CDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CDA8 is #FD3257. Grayscale: #8C8C8C. Windows color (decimal): -16593496 or 11062530. OLE color: 11062530.
HSL color Cylindrical-coordinate representation of color #02CDA8: hue angle of 169.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CDA8 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 205 | 168 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.20 |
| HSL | 169.06º | 0.98% | 0.41% | - |
| HSV(B) | 169.06º | 0.99% | 0.8% | - |
| XYZ | 28.92 | 46.5 | 44.5 | - |
| YUV | 140.09 | 143.75 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 168 | 0.99 | 0 | 0.18 | 0.20 | 169.06 | 0.98 | 0.41 |
| Hex | 2 | CD | A8 | 63 | 0 | 12 | 14 | A9 | 62 | 29 |
| Octal | 2 | 315 | 250 | 143 | 0 | 22 | 24 | 251 | 142 | 51 |
| Binary | 10 | 11001101 | 10101000 | 1100011 | 0 | 10010 | 10100 | 10101001 | 1100010 | 101001 |
Color Harmonies of #02CDA8
Complementary color
Monochromatic Colors of #02CDA8
Black with #02CDA8
Text Example
Text Example
White with #02CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDA8; }
p { color: rgb(2,205,168); }
H1.HeaderClassName
{
color: #02CDA8;
}
.AnyTagClassName
{
color: #02CDA8;
}
</style>
background-color css
<style>
a { background-color: #02CDA8; }
a { background-color: rgb(2,205,168); }
div.DivClassName
{
background-color: #02CDA8;
}
.BgClassName
{
background-color: #02CDA8;
}
</style>
border-color css
<style>
span { border-color: #02CDA8; }
span { border-color: rgb(2,205,168); }
td.TdClassName
{
border-color: #02CDA8;
}
.TagClassName
{
border-color: #02CDA8;
}
</style>