Shades of Caribbean Green #00CBAE
Tints of Caribbean Green #00CBAE
RGB
CMYK
RGB Variations
Color information
#00CBAE (or 0x00CBAE) is known color: Caribbean Green. HEX triplet: 00, CB and AE. RGB value is (0,203,174). Sum of RGB (Red+Green+Blue) = 0+203+174=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CBAE is #FF3451. Grayscale: #8A8A8A. Windows color (decimal): -16725074 or 11455232. OLE color: 11455232.
HSL color Cylindrical-coordinate representation of color #00CBAE: hue angle of 171.43º 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 #00CBAE is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 174 | - |
| CMYK | 1 | 0 | 0.14 | 0.20 |
| HSL | 171.43º | 1% | 0.4% | - |
| HSV(B) | 171.43º | 1% | 0.8% | - |
| XYZ | 29 | 45.77 | 47.35 | - |
| YUV | 139 | 147.75 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 174 | 1 | 0 | 0.14 | 0.20 | 171.43 | 1 | 0.4 |
| Hex | 0 | CB | AE | 64 | 0 | E | 14 | AB | 64 | 28 |
| Octal | 0 | 313 | 256 | 144 | 0 | 16 | 24 | 253 | 144 | 50 |
| Binary | 0 | 11001011 | 10101110 | 1100100 | 0 | 1110 | 10100 | 10101011 | 1100100 | 101000 |
Color Harmonies of #00CBAE
Complementary color
Monochromatic Colors of #00CBAE
Black with #00CBAE
Text Example
Text Example
White with #00CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBAE; }
p { color: rgb(0,203,174); }
H1.HeaderClassName
{
color: #00CBAE;
}
.AnyTagClassName
{
color: #00CBAE;
}
</style>
background-color css
<style>
a { background-color: #00CBAE; }
a { background-color: rgb(0,203,174); }
div.DivClassName
{
background-color: #00CBAE;
}
.BgClassName
{
background-color: #00CBAE;
}
</style>
border-color css
<style>
span { border-color: #00CBAE; }
span { border-color: rgb(0,203,174); }
td.TdClassName
{
border-color: #00CBAE;
}
.TagClassName
{
border-color: #00CBAE;
}
</style>