Shades of Caribbean Green #00CFAA
Tints of Caribbean Green #00CFAA
RGB
CMYK
RGB Variations
Color information
#00CFAA (or 0x00CFAA) is known color: Caribbean Green. HEX triplet: 00, CF and AA. RGB value is (0,207,170). Sum of RGB (Red+Green+Blue) = 0+207+170=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFAA is #FF3055. Grayscale: #8C8C8C. Windows color (decimal): -16724054 or 11194112. OLE color: 11194112.
HSL color Cylindrical-coordinate representation of color #00CFAA: hue angle of 169.28º 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 #00CFAA is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 170 | - |
| CMYK | 1 | 0 | 0.18 | 0.19 |
| HSL | 169.28º | 1% | 0.41% | - |
| HSV(B) | 169.28º | 1% | 0.81% | - |
| XYZ | 29.57 | 47.53 | 45.65 | - |
| YUV | 140.89 | 144.42 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 170 | 1 | 0 | 0.18 | 0.19 | 169.28 | 1 | 0.41 |
| Hex | 0 | CF | AA | 64 | 0 | 12 | 13 | A9 | 64 | 29 |
| Octal | 0 | 317 | 252 | 144 | 0 | 22 | 23 | 251 | 144 | 51 |
| Binary | 0 | 11001111 | 10101010 | 1100100 | 0 | 10010 | 10011 | 10101001 | 1100100 | 101001 |
Color Harmonies of #00CFAA
Complementary color
Monochromatic Colors of #00CFAA
Black with #00CFAA
Text Example
Text Example
White with #00CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFAA; }
p { color: rgb(0,207,170); }
H1.HeaderClassName
{
color: #00CFAA;
}
.AnyTagClassName
{
color: #00CFAA;
}
</style>
background-color css
<style>
a { background-color: #00CFAA; }
a { background-color: rgb(0,207,170); }
div.DivClassName
{
background-color: #00CFAA;
}
.BgClassName
{
background-color: #00CFAA;
}
</style>
border-color css
<style>
span { border-color: #00CFAA; }
span { border-color: rgb(0,207,170); }
td.TdClassName
{
border-color: #00CFAA;
}
.TagClassName
{
border-color: #00CFAA;
}
</style>