Shades of Caribbean Green #00C4AB
Tints of Caribbean Green #00C4AB
RGB
CMYK
RGB Variations
Color information
#00C4AB (or 0x00C4AB) is known color: Caribbean Green. HEX triplet: 00, C4 and AB. RGB value is (0,196,171). Sum of RGB (Red+Green+Blue) = 0+196+171=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #00C4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C4AB is #FF3B54. Grayscale: #868686. Windows color (decimal): -16726869 or 11256832. OLE color: 11256832.
HSL color Cylindrical-coordinate representation of color #00C4AB: hue angle of 172.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C4AB is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 171 | - |
| CMYK | 1 | 0 | 0.13 | 0.23 |
| HSL | 172.35º | 1% | 0.38% | - |
| HSV(B) | 172.35º | 1% | 0.77% | - |
| XYZ | 27.09 | 42.42 | 45.29 | - |
| YUV | 134.55 | 148.57 | 32.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 171 | 1 | 0 | 0.13 | 0.23 | 172.35 | 1 | 0.38 |
| Hex | 0 | C4 | AB | 64 | 0 | D | 17 | AC | 64 | 26 |
| Octal | 0 | 304 | 253 | 144 | 0 | 15 | 27 | 254 | 144 | 46 |
| Binary | 0 | 11000100 | 10101011 | 1100100 | 0 | 1101 | 10111 | 10101100 | 1100100 | 100110 |
Color Harmonies of #00C4AB
Complementary color
Monochromatic Colors of #00C4AB
Black with #00C4AB
Text Example
Text Example
White with #00C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C4AB; }
p { color: rgb(0,196,171); }
H1.HeaderClassName
{
color: #00C4AB;
}
.AnyTagClassName
{
color: #00C4AB;
}
</style>
background-color css
<style>
a { background-color: #00C4AB; }
a { background-color: rgb(0,196,171); }
div.DivClassName
{
background-color: #00C4AB;
}
.BgClassName
{
background-color: #00C4AB;
}
</style>
border-color css
<style>
span { border-color: #00C4AB; }
span { border-color: rgb(0,196,171); }
td.TdClassName
{
border-color: #00C4AB;
}
.TagClassName
{
border-color: #00C4AB;
}
</style>