Shades of Caribbean Green #02CDA5
Tints of Caribbean Green #02CDA5
RGB
CMYK
RGB Variations
Color information
#02CDA5 (or 0x02CDA5) is known color: Caribbean Green. HEX triplet: 02, CD and A5. RGB value is (2,205,165). Sum of RGB (Red+Green+Blue) = 2+205+165=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #02CDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CDA5 is #FD325A. Grayscale: #8B8B8B. Windows color (decimal): -16593499 or 10865922. OLE color: 10865922.
HSL color Cylindrical-coordinate representation of color #02CDA5: hue angle of 168.18º 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 #02CDA5 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 205 | 165 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.20 |
| HSL | 168.18º | 0.98% | 0.41% | - |
| HSV(B) | 168.18º | 0.99% | 0.8% | - |
| XYZ | 28.65 | 46.39 | 43.04 | - |
| YUV | 139.74 | 142.25 | 29.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 165 | 0.99 | 0 | 0.20 | 0.20 | 168.18 | 0.98 | 0.41 |
| Hex | 2 | CD | A5 | 63 | 0 | 14 | 14 | A8 | 62 | 29 |
| Octal | 2 | 315 | 245 | 143 | 0 | 24 | 24 | 250 | 142 | 51 |
| Binary | 10 | 11001101 | 10100101 | 1100011 | 0 | 10100 | 10100 | 10101000 | 1100010 | 101001 |
Color Harmonies of #02CDA5
Complementary color
Monochromatic Colors of #02CDA5
Black with #02CDA5
Text Example
Text Example
White with #02CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDA5; }
p { color: rgb(2,205,165); }
H1.HeaderClassName
{
color: #02CDA5;
}
.AnyTagClassName
{
color: #02CDA5;
}
</style>
background-color css
<style>
a { background-color: #02CDA5; }
a { background-color: rgb(2,205,165); }
div.DivClassName
{
background-color: #02CDA5;
}
.BgClassName
{
background-color: #02CDA5;
}
</style>
border-color css
<style>
span { border-color: #02CDA5; }
span { border-color: rgb(2,205,165); }
td.TdClassName
{
border-color: #02CDA5;
}
.TagClassName
{
border-color: #02CDA5;
}
</style>