Shades of Caribbean Green #00CBAA
Tints of Caribbean Green #00CBAA
RGB
CMYK
RGB Variations
Color information
#00CBAA (or 0x00CBAA) is known color: Caribbean Green. HEX triplet: 00, CB and AA. RGB value is (0,203,170). Sum of RGB (Red+Green+Blue) = 0+203+170=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CBAA is #FF3455. Grayscale: #8A8A8A. Windows color (decimal): -16725078 or 11193088. OLE color: 11193088.
HSL color Cylindrical-coordinate representation of color #00CBAA: hue angle of 170.25º 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 #00CBAA is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 170 | - |
| CMYK | 1 | 0 | 0.16 | 0.20 |
| HSL | 170.25º | 1% | 0.4% | - |
| HSV(B) | 170.25º | 1% | 0.8% | - |
| XYZ | 28.61 | 45.61 | 45.33 | - |
| YUV | 138.54 | 145.75 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 170 | 1 | 0 | 0.16 | 0.20 | 170.25 | 1 | 0.4 |
| Hex | 0 | CB | AA | 64 | 0 | 10 | 14 | AA | 64 | 28 |
| Octal | 0 | 313 | 252 | 144 | 0 | 20 | 24 | 252 | 144 | 50 |
| Binary | 0 | 11001011 | 10101010 | 1100100 | 0 | 10000 | 10100 | 10101010 | 1100100 | 101000 |
Color Harmonies of #00CBAA
Complementary color
Monochromatic Colors of #00CBAA
Black with #00CBAA
Text Example
Text Example
White with #00CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBAA; }
p { color: rgb(0,203,170); }
H1.HeaderClassName
{
color: #00CBAA;
}
.AnyTagClassName
{
color: #00CBAA;
}
</style>
background-color css
<style>
a { background-color: #00CBAA; }
a { background-color: rgb(0,203,170); }
div.DivClassName
{
background-color: #00CBAA;
}
.BgClassName
{
background-color: #00CBAA;
}
</style>
border-color css
<style>
span { border-color: #00CBAA; }
span { border-color: rgb(0,203,170); }
td.TdClassName
{
border-color: #00CBAA;
}
.TagClassName
{
border-color: #00CBAA;
}
</style>