Shades of Caribbean Green #04C29E
Tints of Caribbean Green #04C29E
RGB
CMYK
RGB Variations
Color information
#04C29E (or 0x04C29E) is known color: Caribbean Green. HEX triplet: 04, C2 and 9E. RGB value is (4,194,158). Sum of RGB (Red+Green+Blue) = 4+194+158=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #04C29E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C29E is #FB3D61. Grayscale: #858585. Windows color (decimal): -16465250 or 10404356. OLE color: 10404356.
HSL color Cylindrical-coordinate representation of color #04C29E: hue angle of 168.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C29E is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 158 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.24 |
| HSL | 168.63º | 0.96% | 0.39% | - |
| HSV(B) | 168.63º | 0.98% | 0.76% | - |
| XYZ | 25.51 | 41.08 | 38.93 | - |
| YUV | 133.09 | 142.05 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 158 | 0.98 | 0 | 0.19 | 0.24 | 168.63 | 0.96 | 0.39 |
| Hex | 4 | C2 | 9E | 62 | 0 | 13 | 18 | A9 | 60 | 27 |
| Octal | 4 | 302 | 236 | 142 | 0 | 23 | 30 | 251 | 140 | 47 |
| Binary | 100 | 11000010 | 10011110 | 1100010 | 0 | 10011 | 11000 | 10101001 | 1100000 | 100111 |
Color Harmonies of #04C29E
Complementary color
Monochromatic Colors of #04C29E
Black with #04C29E
Text Example
Text Example
White with #04C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C29E; }
p { color: rgb(4,194,158); }
H1.HeaderClassName
{
color: #04C29E;
}
.AnyTagClassName
{
color: #04C29E;
}
</style>
background-color css
<style>
a { background-color: #04C29E; }
a { background-color: rgb(4,194,158); }
div.DivClassName
{
background-color: #04C29E;
}
.BgClassName
{
background-color: #04C29E;
}
</style>
border-color css
<style>
span { border-color: #04C29E; }
span { border-color: rgb(4,194,158); }
td.TdClassName
{
border-color: #04C29E;
}
.TagClassName
{
border-color: #04C29E;
}
</style>