Shades of Caribbean Green #00CAB0
Tints of Caribbean Green #00CAB0
RGB
CMYK
RGB Variations
Color information
#00CAB0 (or 0x00CAB0) is known color: Caribbean Green. HEX triplet: 00, CA and B0. RGB value is (0,202,176). Sum of RGB (Red+Green+Blue) = 0+202+176=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #00CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CAB0 is #FF354F. Grayscale: #8A8A8A. Windows color (decimal): -16725328 or 11586048. OLE color: 11586048.
HSL color Cylindrical-coordinate representation of color #00CAB0: hue angle of 172.28º 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 #00CAB0 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 176 | - |
| CMYK | 1 | 0 | 0.13 | 0.21 |
| HSL | 172.28º | 1% | 0.4% | - |
| HSV(B) | 172.28º | 1% | 0.79% | - |
| XYZ | 28.96 | 45.38 | 48.31 | - |
| YUV | 138.64 | 149.08 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 176 | 1 | 0 | 0.13 | 0.21 | 172.28 | 1 | 0.4 |
| Hex | 0 | CA | B0 | 64 | 0 | D | 15 | AC | 64 | 28 |
| Octal | 0 | 312 | 260 | 144 | 0 | 15 | 25 | 254 | 144 | 50 |
| Binary | 0 | 11001010 | 10110000 | 1100100 | 0 | 1101 | 10101 | 10101100 | 1100100 | 101000 |
Color Harmonies of #00CAB0
Complementary color
Monochromatic Colors of #00CAB0
Black with #00CAB0
Text Example
Text Example
White with #00CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAB0; }
p { color: rgb(0,202,176); }
H1.HeaderClassName
{
color: #00CAB0;
}
.AnyTagClassName
{
color: #00CAB0;
}
</style>
background-color css
<style>
a { background-color: #00CAB0; }
a { background-color: rgb(0,202,176); }
div.DivClassName
{
background-color: #00CAB0;
}
.BgClassName
{
background-color: #00CAB0;
}
</style>
border-color css
<style>
span { border-color: #00CAB0; }
span { border-color: rgb(0,202,176); }
td.TdClassName
{
border-color: #00CAB0;
}
.TagClassName
{
border-color: #00CAB0;
}
</style>