Shades of Caribbean Green #00CAB2
Tints of Caribbean Green #00CAB2
RGB
CMYK
RGB Variations
Color information
#00CAB2 (or 0x00CAB2) is known color: Caribbean Green. HEX triplet: 00, CA and B2. RGB value is (0,202,178). Sum of RGB (Red+Green+Blue) = 0+202+178=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CAB2 is #FF354D. Grayscale: #8A8A8A. Windows color (decimal): -16725326 or 11717120. OLE color: 11717120.
HSL color Cylindrical-coordinate representation of color #00CAB2: hue angle of 172.87º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAB2 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 178 | - |
| CMYK | 1 | 0 | 0.12 | 0.21 |
| HSL | 172.87º | 1% | 0.4% | - |
| HSV(B) | 172.87º | 1% | 0.79% | - |
| XYZ | 29.16 | 45.46 | 49.36 | - |
| YUV | 138.87 | 150.08 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 178 | 1 | 0 | 0.12 | 0.21 | 172.87 | 1 | 0.4 |
| Hex | 0 | CA | B2 | 64 | 0 | C | 15 | AD | 64 | 28 |
| Octal | 0 | 312 | 262 | 144 | 0 | 14 | 25 | 255 | 144 | 50 |
| Binary | 0 | 11001010 | 10110010 | 1100100 | 0 | 1100 | 10101 | 10101101 | 1100100 | 101000 |
Color Harmonies of #00CAB2
Complementary color
Monochromatic Colors of #00CAB2
Black with #00CAB2
Text Example
Text Example
White with #00CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAB2; }
p { color: rgb(0,202,178); }
H1.HeaderClassName
{
color: #00CAB2;
}
.AnyTagClassName
{
color: #00CAB2;
}
</style>
background-color css
<style>
a { background-color: #00CAB2; }
a { background-color: rgb(0,202,178); }
div.DivClassName
{
background-color: #00CAB2;
}
.BgClassName
{
background-color: #00CAB2;
}
</style>
border-color css
<style>
span { border-color: #00CAB2; }
span { border-color: rgb(0,202,178); }
td.TdClassName
{
border-color: #00CAB2;
}
.TagClassName
{
border-color: #00CAB2;
}
</style>