Shades of Caribbean Green #02CDA4
Tints of Caribbean Green #02CDA4
RGB
CMYK
RGB Variations
Color information
#02CDA4 (or 0x02CDA4) is known color: Caribbean Green. HEX triplet: 02, CD and A4. RGB value is (2,205,164). Sum of RGB (Red+Green+Blue) = 2+205+164=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #02CDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CDA4 is #FD325B. Grayscale: #8B8B8B. Windows color (decimal): -16593500 or 10800386. OLE color: 10800386.
HSL color Cylindrical-coordinate representation of color #02CDA4: hue angle of 167.88º 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 #02CDA4 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 205 | 164 | - |
| CMYK | 0.99 | 0 | 0.2 | 0.20 |
| HSL | 167.88º | 0.98% | 0.41% | - |
| HSV(B) | 167.88º | 0.99% | 0.8% | - |
| XYZ | 28.56 | 46.36 | 42.56 | - |
| YUV | 139.63 | 141.75 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 164 | 0.99 | 0 | 0.2 | 0.20 | 167.88 | 0.98 | 0.41 |
| Hex | 2 | CD | A4 | 63 | 0 | 14 | 14 | A8 | 62 | 29 |
| Octal | 2 | 315 | 244 | 143 | 0 | 24 | 24 | 250 | 142 | 51 |
| Binary | 10 | 11001101 | 10100100 | 1100011 | 0 | 10100 | 10100 | 10101000 | 1100010 | 101001 |
Color Harmonies of #02CDA4
Complementary color
Monochromatic Colors of #02CDA4
Black with #02CDA4
Text Example
Text Example
White with #02CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDA4; }
p { color: rgb(2,205,164); }
H1.HeaderClassName
{
color: #02CDA4;
}
.AnyTagClassName
{
color: #02CDA4;
}
</style>
background-color css
<style>
a { background-color: #02CDA4; }
a { background-color: rgb(2,205,164); }
div.DivClassName
{
background-color: #02CDA4;
}
.BgClassName
{
background-color: #02CDA4;
}
</style>
border-color css
<style>
span { border-color: #02CDA4; }
span { border-color: rgb(2,205,164); }
td.TdClassName
{
border-color: #02CDA4;
}
.TagClassName
{
border-color: #02CDA4;
}
</style>