Shades of Caribbean Green #04E192
Tints of Caribbean Green #04E192
RGB
CMYK
RGB Variations
Color information
#04E192 (or 0x04E192) is known color: Caribbean Green. HEX triplet: 04, E1 and 92. RGB value is (4,225,146). Sum of RGB (Red+Green+Blue) = 4+225+146=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #04E192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04E192 is #FB1E6D. Grayscale: #969696. Windows color (decimal): -16457326 or 9625860. OLE color: 9625860.
HSL color Cylindrical-coordinate representation of color #04E192: hue angle of 158.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E192 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 225 | 146 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.12 |
| HSL | 158.55º | 0.97% | 0.45% | - |
| HSV(B) | 158.55º | 0.98% | 0.88% | - |
| XYZ | 32.16 | 55.95 | 36.3 | - |
| YUV | 149.92 | 125.78 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 225 | 146 | 0.98 | 0 | 0.35 | 0.12 | 158.55 | 0.97 | 0.45 |
| Hex | 4 | E1 | 92 | 62 | 0 | 23 | C | 9F | 61 | 2D |
| Octal | 4 | 341 | 222 | 142 | 0 | 43 | 14 | 237 | 141 | 55 |
| Binary | 100 | 11100001 | 10010010 | 1100010 | 0 | 100011 | 1100 | 10011111 | 1100001 | 101101 |
Color Harmonies of #04E192
Complementary color
Monochromatic Colors of #04E192
Black with #04E192
Text Example
Text Example
White with #04E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E192; }
p { color: rgb(4,225,146); }
H1.HeaderClassName
{
color: #04E192;
}
.AnyTagClassName
{
color: #04E192;
}
</style>
background-color css
<style>
a { background-color: #04E192; }
a { background-color: rgb(4,225,146); }
div.DivClassName
{
background-color: #04E192;
}
.BgClassName
{
background-color: #04E192;
}
</style>
border-color css
<style>
span { border-color: #04E192; }
span { border-color: rgb(4,225,146); }
td.TdClassName
{
border-color: #04E192;
}
.TagClassName
{
border-color: #04E192;
}
</style>