Shades of Caribbean Green #00CFAF
Tints of Caribbean Green #00CFAF
RGB
CMYK
RGB Variations
Color information
#00CFAF (or 0x00CFAF) is known color: Caribbean Green. HEX triplet: 00, CF and AF. RGB value is (0,207,175). Sum of RGB (Red+Green+Blue) = 0+207+175=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFAF is #FF3050. Grayscale: #8D8D8D. Windows color (decimal): -16724049 or 11521792. OLE color: 11521792.
HSL color Cylindrical-coordinate representation of color #00CFAF: hue angle of 170.72º 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 #00CFAF is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 175 | - |
| CMYK | 1 | 0 | 0.15 | 0.19 |
| HSL | 170.72º | 1% | 0.41% | - |
| HSV(B) | 170.72º | 1% | 0.81% | - |
| XYZ | 30.05 | 47.72 | 48.18 | - |
| YUV | 141.46 | 146.92 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 175 | 1 | 0 | 0.15 | 0.19 | 170.72 | 1 | 0.41 |
| Hex | 0 | CF | AF | 64 | 0 | F | 13 | AB | 64 | 29 |
| Octal | 0 | 317 | 257 | 144 | 0 | 17 | 23 | 253 | 144 | 51 |
| Binary | 0 | 11001111 | 10101111 | 1100100 | 0 | 1111 | 10011 | 10101011 | 1100100 | 101001 |
Color Harmonies of #00CFAF
Complementary color
Monochromatic Colors of #00CFAF
Black with #00CFAF
Text Example
Text Example
White with #00CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFAF; }
p { color: rgb(0,207,175); }
H1.HeaderClassName
{
color: #00CFAF;
}
.AnyTagClassName
{
color: #00CFAF;
}
</style>
background-color css
<style>
a { background-color: #00CFAF; }
a { background-color: rgb(0,207,175); }
div.DivClassName
{
background-color: #00CFAF;
}
.BgClassName
{
background-color: #00CFAF;
}
</style>
border-color css
<style>
span { border-color: #00CFAF; }
span { border-color: rgb(0,207,175); }
td.TdClassName
{
border-color: #00CFAF;
}
.TagClassName
{
border-color: #00CFAF;
}
</style>