Shades of Caribbean Green #02CBB2
Tints of Caribbean Green #02CBB2
RGB
CMYK
RGB Variations
Color information
#02CBB2 (or 0x02CBB2) is known color: Caribbean Green. HEX triplet: 02, CB and B2. RGB value is (2,203,178). Sum of RGB (Red+Green+Blue) = 2+203+178=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CBB2 is #FD344D. Grayscale: #8B8B8B. Windows color (decimal): -16593998 or 11717378. OLE color: 11717378.
HSL color Cylindrical-coordinate representation of color #02CBB2: hue angle of 172.54º 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 #02CBB2 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 178 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.20 |
| HSL | 172.54º | 0.98% | 0.4% | - |
| HSV(B) | 172.54º | 0.99% | 0.8% | - |
| XYZ | 29.42 | 45.94 | 49.44 | - |
| YUV | 140.05 | 149.41 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 178 | 0.99 | 0 | 0.12 | 0.20 | 172.54 | 0.98 | 0.4 |
| Hex | 2 | CB | B2 | 63 | 0 | C | 14 | AD | 62 | 28 |
| Octal | 2 | 313 | 262 | 143 | 0 | 14 | 24 | 255 | 142 | 50 |
| Binary | 10 | 11001011 | 10110010 | 1100011 | 0 | 1100 | 10100 | 10101101 | 1100010 | 101000 |
Color Harmonies of #02CBB2
Complementary color
Monochromatic Colors of #02CBB2
Black with #02CBB2
Text Example
Text Example
White with #02CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBB2; }
p { color: rgb(2,203,178); }
H1.HeaderClassName
{
color: #02CBB2;
}
.AnyTagClassName
{
color: #02CBB2;
}
</style>
background-color css
<style>
a { background-color: #02CBB2; }
a { background-color: rgb(2,203,178); }
div.DivClassName
{
background-color: #02CBB2;
}
.BgClassName
{
background-color: #02CBB2;
}
</style>
border-color css
<style>
span { border-color: #02CBB2; }
span { border-color: rgb(2,203,178); }
td.TdClassName
{
border-color: #02CBB2;
}
.TagClassName
{
border-color: #02CBB2;
}
</style>