Shades of Caribbean Green #04CFAF
Tints of Caribbean Green #04CFAF
RGB
CMYK
RGB Variations
Color information
#04CFAF (or 0x04CFAF) is known color: Caribbean Green. HEX triplet: 04, CF and AF. RGB value is (4,207,175). Sum of RGB (Red+Green+Blue) = 4+207+175=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #04CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CFAF is #FB3050. Grayscale: #8E8E8E. Windows color (decimal): -16461905 or 11521796. OLE color: 11521796.
HSL color Cylindrical-coordinate representation of color #04CFAF: hue angle of 170.54º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFAF is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 175 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.19 |
| HSL | 170.54º | 0.96% | 0.41% | - |
| HSV(B) | 170.54º | 0.98% | 0.81% | - |
| XYZ | 30.1 | 47.75 | 48.19 | - |
| YUV | 142.66 | 146.25 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 175 | 0.98 | 0 | 0.15 | 0.19 | 170.54 | 0.96 | 0.41 |
| Hex | 4 | CF | AF | 62 | 0 | F | 13 | AB | 60 | 29 |
| Octal | 4 | 317 | 257 | 142 | 0 | 17 | 23 | 253 | 140 | 51 |
| Binary | 100 | 11001111 | 10101111 | 1100010 | 0 | 1111 | 10011 | 10101011 | 1100000 | 101001 |
Color Harmonies of #04CFAF
Complementary color
Monochromatic Colors of #04CFAF
Black with #04CFAF
Text Example
Text Example
White with #04CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFAF; }
p { color: rgb(4,207,175); }
H1.HeaderClassName
{
color: #04CFAF;
}
.AnyTagClassName
{
color: #04CFAF;
}
</style>
background-color css
<style>
a { background-color: #04CFAF; }
a { background-color: rgb(4,207,175); }
div.DivClassName
{
background-color: #04CFAF;
}
.BgClassName
{
background-color: #04CFAF;
}
</style>
border-color css
<style>
span { border-color: #04CFAF; }
span { border-color: rgb(4,207,175); }
td.TdClassName
{
border-color: #04CFAF;
}
.TagClassName
{
border-color: #04CFAF;
}
</style>