Shades of Caribbean Green #00CFAE
Tints of Caribbean Green #00CFAE
RGB
CMYK
RGB Variations
Color information
#00CFAE (or 0x00CFAE) is known color: Caribbean Green. HEX triplet: 00, CF and AE. RGB value is (0,207,174). Sum of RGB (Red+Green+Blue) = 0+207+174=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFAE is #FF3051. Grayscale: #8D8D8D. Windows color (decimal): -16724050 or 11456256. OLE color: 11456256.
HSL color Cylindrical-coordinate representation of color #00CFAE: hue angle of 170.43º 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 #00CFAE is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 174 | - |
| CMYK | 1 | 0 | 0.16 | 0.19 |
| HSL | 170.43º | 1% | 0.41% | - |
| HSV(B) | 170.43º | 1% | 0.81% | - |
| XYZ | 29.95 | 47.68 | 47.67 | - |
| YUV | 141.35 | 146.42 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 174 | 1 | 0 | 0.16 | 0.19 | 170.43 | 1 | 0.41 |
| Hex | 0 | CF | AE | 64 | 0 | 10 | 13 | AA | 64 | 29 |
| Octal | 0 | 317 | 256 | 144 | 0 | 20 | 23 | 252 | 144 | 51 |
| Binary | 0 | 11001111 | 10101110 | 1100100 | 0 | 10000 | 10011 | 10101010 | 1100100 | 101001 |
Color Harmonies of #00CFAE
Complementary color
Monochromatic Colors of #00CFAE
Black with #00CFAE
Text Example
Text Example
White with #00CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFAE; }
p { color: rgb(0,207,174); }
H1.HeaderClassName
{
color: #00CFAE;
}
.AnyTagClassName
{
color: #00CFAE;
}
</style>
background-color css
<style>
a { background-color: #00CFAE; }
a { background-color: rgb(0,207,174); }
div.DivClassName
{
background-color: #00CFAE;
}
.BgClassName
{
background-color: #00CFAE;
}
</style>
border-color css
<style>
span { border-color: #00CFAE; }
span { border-color: rgb(0,207,174); }
td.TdClassName
{
border-color: #00CFAE;
}
.TagClassName
{
border-color: #00CFAE;
}
</style>