Shades of Caribbean Green #04CFAB
Tints of Caribbean Green #04CFAB
RGB
CMYK
RGB Variations
Color information
#04CFAB (or 0x04CFAB) is known color: Caribbean Green. HEX triplet: 04, CF and AB. RGB value is (4,207,171). Sum of RGB (Red+Green+Blue) = 4+207+171=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #04CFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CFAB is #FB3054. Grayscale: #8E8E8E. Windows color (decimal): -16461909 or 11259652. OLE color: 11259652.
HSL color Cylindrical-coordinate representation of color #04CFAB: hue angle of 169.36º 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 #04CFAB is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 171 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.19 |
| HSL | 169.36º | 0.96% | 0.41% | - |
| HSV(B) | 169.36º | 0.98% | 0.81% | - |
| XYZ | 29.71 | 47.59 | 46.15 | - |
| YUV | 142.2 | 144.25 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 171 | 0.98 | 0 | 0.17 | 0.19 | 169.36 | 0.96 | 0.41 |
| Hex | 4 | CF | AB | 62 | 0 | 11 | 13 | A9 | 60 | 29 |
| Octal | 4 | 317 | 253 | 142 | 0 | 21 | 23 | 251 | 140 | 51 |
| Binary | 100 | 11001111 | 10101011 | 1100010 | 0 | 10001 | 10011 | 10101001 | 1100000 | 101001 |
Color Harmonies of #04CFAB
Complementary color
Monochromatic Colors of #04CFAB
Black with #04CFAB
Text Example
Text Example
White with #04CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CFAB; }
p { color: rgb(4,207,171); }
H1.HeaderClassName
{
color: #04CFAB;
}
.AnyTagClassName
{
color: #04CFAB;
}
</style>
background-color css
<style>
a { background-color: #04CFAB; }
a { background-color: rgb(4,207,171); }
div.DivClassName
{
background-color: #04CFAB;
}
.BgClassName
{
background-color: #04CFAB;
}
</style>
border-color css
<style>
span { border-color: #04CFAB; }
span { border-color: rgb(4,207,171); }
td.TdClassName
{
border-color: #04CFAB;
}
.TagClassName
{
border-color: #04CFAB;
}
</style>