Shades of Caribbean Green #00CFAB
Tints of Caribbean Green #00CFAB
RGB
CMYK
RGB Variations
Color information
#00CFAB (or 0x00CFAB) is known color: Caribbean Green. HEX triplet: 00, CF and AB. RGB value is (0,207,171). Sum of RGB (Red+Green+Blue) = 0+207+171=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFAB is #FF3054. Grayscale: #8C8C8C. Windows color (decimal): -16724053 or 11259648. OLE color: 11259648.
HSL color Cylindrical-coordinate representation of color #00CFAB: hue angle of 169.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFAB is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 171 | - |
| CMYK | 1 | 0 | 0.17 | 0.19 |
| HSL | 169.57º | 1% | 0.41% | - |
| HSV(B) | 169.57º | 1% | 0.81% | - |
| XYZ | 29.66 | 47.57 | 46.15 | - |
| YUV | 141 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 171 | 1 | 0 | 0.17 | 0.19 | 169.57 | 1 | 0.41 |
| Hex | 0 | CF | AB | 64 | 0 | 11 | 13 | AA | 64 | 29 |
| Octal | 0 | 317 | 253 | 144 | 0 | 21 | 23 | 252 | 144 | 51 |
| Binary | 0 | 11001111 | 10101011 | 1100100 | 0 | 10001 | 10011 | 10101010 | 1100100 | 101001 |
Color Harmonies of #00CFAB
Complementary color
Monochromatic Colors of #00CFAB
Black with #00CFAB
Text Example
Text Example
White with #00CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFAB; }
p { color: rgb(0,207,171); }
H1.HeaderClassName
{
color: #00CFAB;
}
.AnyTagClassName
{
color: #00CFAB;
}
</style>
background-color css
<style>
a { background-color: #00CFAB; }
a { background-color: rgb(0,207,171); }
div.DivClassName
{
background-color: #00CFAB;
}
.BgClassName
{
background-color: #00CFAB;
}
</style>
border-color css
<style>
span { border-color: #00CFAB; }
span { border-color: rgb(0,207,171); }
td.TdClassName
{
border-color: #00CFAB;
}
.TagClassName
{
border-color: #00CFAB;
}
</style>