Shades of Caribbean Green #00CFAC
Tints of Caribbean Green #00CFAC
RGB
CMYK
RGB Variations
Color information
#00CFAC (or 0x00CFAC) is known color: Caribbean Green. HEX triplet: 00, CF and AC. RGB value is (0,207,172). Sum of RGB (Red+Green+Blue) = 0+207+172=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFAC is #FF3053. Grayscale: #8D8D8D. Windows color (decimal): -16724052 or 11325184. OLE color: 11325184.
HSL color Cylindrical-coordinate representation of color #00CFAC: hue angle of 169.86º 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 #00CFAC is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 172 | - |
| CMYK | 1 | 0 | 0.17 | 0.19 |
| HSL | 169.86º | 1% | 0.41% | - |
| HSV(B) | 169.86º | 1% | 0.81% | - |
| XYZ | 29.76 | 47.6 | 46.65 | - |
| YUV | 141.12 | 145.42 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 172 | 1 | 0 | 0.17 | 0.19 | 169.86 | 1 | 0.41 |
| Hex | 0 | CF | AC | 64 | 0 | 11 | 13 | AA | 64 | 29 |
| Octal | 0 | 317 | 254 | 144 | 0 | 21 | 23 | 252 | 144 | 51 |
| Binary | 0 | 11001111 | 10101100 | 1100100 | 0 | 10001 | 10011 | 10101010 | 1100100 | 101001 |
Color Harmonies of #00CFAC
Complementary color
Monochromatic Colors of #00CFAC
Black with #00CFAC
Text Example
Text Example
White with #00CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFAC; }
p { color: rgb(0,207,172); }
H1.HeaderClassName
{
color: #00CFAC;
}
.AnyTagClassName
{
color: #00CFAC;
}
</style>
background-color css
<style>
a { background-color: #00CFAC; }
a { background-color: rgb(0,207,172); }
div.DivClassName
{
background-color: #00CFAC;
}
.BgClassName
{
background-color: #00CFAC;
}
</style>
border-color css
<style>
span { border-color: #00CFAC; }
span { border-color: rgb(0,207,172); }
td.TdClassName
{
border-color: #00CFAC;
}
.TagClassName
{
border-color: #00CFAC;
}
</style>