Shades of Caribbean Green #02CCB2
Tints of Caribbean Green #02CCB2
RGB
CMYK
RGB Variations
Color information
#02CCB2 (or 0x02CCB2) is known color: Caribbean Green. HEX triplet: 02, CC and B2. RGB value is (2,204,178). Sum of RGB (Red+Green+Blue) = 2+204+178=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #02CCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CCB2 is #FD334D. Grayscale: #8C8C8C. Windows color (decimal): -16593742 or 11717634. OLE color: 11717634.
HSL color Cylindrical-coordinate representation of color #02CCB2: hue angle of 172.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CCB2 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 178 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.2 |
| HSL | 172.28º | 0.98% | 0.4% | - |
| HSV(B) | 172.28º | 0.99% | 0.8% | - |
| XYZ | 29.65 | 46.41 | 49.52 | - |
| YUV | 140.64 | 149.08 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 178 | 0.99 | 0 | 0.13 | 0.2 | 172.28 | 0.98 | 0.4 |
| Hex | 2 | CC | B2 | 63 | 0 | D | 14 | AC | 62 | 28 |
| Octal | 2 | 314 | 262 | 143 | 0 | 15 | 24 | 254 | 142 | 50 |
| Binary | 10 | 11001100 | 10110010 | 1100011 | 0 | 1101 | 10100 | 10101100 | 1100010 | 101000 |
Color Harmonies of #02CCB2
Complementary color
Monochromatic Colors of #02CCB2
Black with #02CCB2
Text Example
Text Example
White with #02CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CCB2; }
p { color: rgb(2,204,178); }
H1.HeaderClassName
{
color: #02CCB2;
}
.AnyTagClassName
{
color: #02CCB2;
}
</style>
background-color css
<style>
a { background-color: #02CCB2; }
a { background-color: rgb(2,204,178); }
div.DivClassName
{
background-color: #02CCB2;
}
.BgClassName
{
background-color: #02CCB2;
}
</style>
border-color css
<style>
span { border-color: #02CCB2; }
span { border-color: rgb(2,204,178); }
td.TdClassName
{
border-color: #02CCB2;
}
.TagClassName
{
border-color: #02CCB2;
}
</style>