Shades of Caribbean Green #02CDB2
Tints of Caribbean Green #02CDB2
RGB
CMYK
RGB Variations
Color information
#02CDB2 (or 0x02CDB2) is known color: Caribbean Green. HEX triplet: 02, CD and B2. RGB value is (2,205,178). Sum of RGB (Red+Green+Blue) = 2+205+178=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #02CDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CDB2 is #FD324D. Grayscale: #8D8D8D. Windows color (decimal): -16593486 or 11717890. OLE color: 11717890.
HSL color Cylindrical-coordinate representation of color #02CDB2: hue angle of 172.02º 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 #02CDB2 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 205 | 178 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.20 |
| HSL | 172.02º | 0.98% | 0.41% | - |
| HSV(B) | 172.02º | 0.99% | 0.8% | - |
| XYZ | 29.89 | 46.89 | 49.59 | - |
| YUV | 141.23 | 148.75 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 205 | 178 | 0.99 | 0 | 0.13 | 0.20 | 172.02 | 0.98 | 0.41 |
| Hex | 2 | CD | B2 | 63 | 0 | D | 14 | AC | 62 | 29 |
| Octal | 2 | 315 | 262 | 143 | 0 | 15 | 24 | 254 | 142 | 51 |
| Binary | 10 | 11001101 | 10110010 | 1100011 | 0 | 1101 | 10100 | 10101100 | 1100010 | 101001 |
Color Harmonies of #02CDB2
Complementary color
Monochromatic Colors of #02CDB2
Black with #02CDB2
Text Example
Text Example
White with #02CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CDB2; }
p { color: rgb(2,205,178); }
H1.HeaderClassName
{
color: #02CDB2;
}
.AnyTagClassName
{
color: #02CDB2;
}
</style>
background-color css
<style>
a { background-color: #02CDB2; }
a { background-color: rgb(2,205,178); }
div.DivClassName
{
background-color: #02CDB2;
}
.BgClassName
{
background-color: #02CDB2;
}
</style>
border-color css
<style>
span { border-color: #02CDB2; }
span { border-color: rgb(2,205,178); }
td.TdClassName
{
border-color: #02CDB2;
}
.TagClassName
{
border-color: #02CDB2;
}
</style>