Shades of Caribbean Green #00CBAB
Tints of Caribbean Green #00CBAB
RGB
CMYK
RGB Variations
Color information
#00CBAB (or 0x00CBAB) is known color: Caribbean Green. HEX triplet: 00, CB and AB. RGB value is (0,203,171). Sum of RGB (Red+Green+Blue) = 0+203+171=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CBAB is #FF3454. Grayscale: #8A8A8A. Windows color (decimal): -16725077 or 11258624. OLE color: 11258624.
HSL color Cylindrical-coordinate representation of color #00CBAB: hue angle of 170.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBAB is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 171 | - |
| CMYK | 1 | 0 | 0.16 | 0.20 |
| HSL | 170.54º | 1% | 0.4% | - |
| HSV(B) | 170.54º | 1% | 0.8% | - |
| XYZ | 28.71 | 45.65 | 45.83 | - |
| YUV | 138.66 | 146.25 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 171 | 1 | 0 | 0.16 | 0.20 | 170.54 | 1 | 0.4 |
| Hex | 0 | CB | AB | 64 | 0 | 10 | 14 | AB | 64 | 28 |
| Octal | 0 | 313 | 253 | 144 | 0 | 20 | 24 | 253 | 144 | 50 |
| Binary | 0 | 11001011 | 10101011 | 1100100 | 0 | 10000 | 10100 | 10101011 | 1100100 | 101000 |
Color Harmonies of #00CBAB
Complementary color
Monochromatic Colors of #00CBAB
Black with #00CBAB
Text Example
Text Example
White with #00CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBAB; }
p { color: rgb(0,203,171); }
H1.HeaderClassName
{
color: #00CBAB;
}
.AnyTagClassName
{
color: #00CBAB;
}
</style>
background-color css
<style>
a { background-color: #00CBAB; }
a { background-color: rgb(0,203,171); }
div.DivClassName
{
background-color: #00CBAB;
}
.BgClassName
{
background-color: #00CBAB;
}
</style>
border-color css
<style>
span { border-color: #00CBAB; }
span { border-color: rgb(0,203,171); }
td.TdClassName
{
border-color: #00CBAB;
}
.TagClassName
{
border-color: #00CBAB;
}
</style>