Shades of Caribbean Green #04CEAB
Tints of Caribbean Green #04CEAB
RGB
CMYK
RGB Variations
Color information
#04CEAB (or 0x04CEAB) is known color: Caribbean Green. HEX triplet: 04, CE and AB. RGB value is (4,206,171). Sum of RGB (Red+Green+Blue) = 4+206+171=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #04CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CEAB is #FB3154. Grayscale: #8D8D8D. Windows color (decimal): -16462165 or 11259396. OLE color: 11259396.
HSL color Cylindrical-coordinate representation of color #04CEAB: hue angle of 169.6º 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 #04CEAB is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 171 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.19 |
| HSL | 169.6º | 0.96% | 0.41% | - |
| HSV(B) | 169.6º | 0.98% | 0.81% | - |
| XYZ | 29.47 | 47.11 | 46.07 | - |
| YUV | 141.61 | 144.58 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 171 | 0.98 | 0 | 0.17 | 0.19 | 169.6 | 0.96 | 0.41 |
| Hex | 4 | CE | AB | 62 | 0 | 11 | 13 | AA | 60 | 29 |
| Octal | 4 | 316 | 253 | 142 | 0 | 21 | 23 | 252 | 140 | 51 |
| Binary | 100 | 11001110 | 10101011 | 1100010 | 0 | 10001 | 10011 | 10101010 | 1100000 | 101001 |
Color Harmonies of #04CEAB
Complementary color
Monochromatic Colors of #04CEAB
Black with #04CEAB
Text Example
Text Example
White with #04CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEAB; }
p { color: rgb(4,206,171); }
H1.HeaderClassName
{
color: #04CEAB;
}
.AnyTagClassName
{
color: #04CEAB;
}
</style>
background-color css
<style>
a { background-color: #04CEAB; }
a { background-color: rgb(4,206,171); }
div.DivClassName
{
background-color: #04CEAB;
}
.BgClassName
{
background-color: #04CEAB;
}
</style>
border-color css
<style>
span { border-color: #04CEAB; }
span { border-color: rgb(4,206,171); }
td.TdClassName
{
border-color: #04CEAB;
}
.TagClassName
{
border-color: #04CEAB;
}
</style>