Shades of Caribbean Green #04C094
Tints of Caribbean Green #04C094
RGB
CMYK
RGB Variations
Color information
#04C094 (or 0x04C094) is known color: Caribbean Green. HEX triplet: 04, C0 and 94. RGB value is (4,192,148). Sum of RGB (Red+Green+Blue) = 4+192+148=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #04C094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C094 is #FB3F6B. Grayscale: #828282. Windows color (decimal): -16465772 or 9748484. OLE color: 9748484.
HSL color Cylindrical-coordinate representation of color #04C094: hue angle of 165.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C094 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 148 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.25 |
| HSL | 165.96º | 0.96% | 0.38% | - |
| HSV(B) | 165.96º | 0.98% | 0.75% | - |
| XYZ | 24.25 | 39.86 | 34.43 | - |
| YUV | 130.77 | 137.72 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 148 | 0.98 | 0 | 0.23 | 0.25 | 165.96 | 0.96 | 0.38 |
| Hex | 4 | C0 | 94 | 62 | 0 | 17 | 19 | A6 | 60 | 26 |
| Octal | 4 | 300 | 224 | 142 | 0 | 27 | 31 | 246 | 140 | 46 |
| Binary | 100 | 11000000 | 10010100 | 1100010 | 0 | 10111 | 11001 | 10100110 | 1100000 | 100110 |
Color Harmonies of #04C094
Complementary color
Monochromatic Colors of #04C094
Black with #04C094
Text Example
Text Example
White with #04C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C094; }
p { color: rgb(4,192,148); }
H1.HeaderClassName
{
color: #04C094;
}
.AnyTagClassName
{
color: #04C094;
}
</style>
background-color css
<style>
a { background-color: #04C094; }
a { background-color: rgb(4,192,148); }
div.DivClassName
{
background-color: #04C094;
}
.BgClassName
{
background-color: #04C094;
}
</style>
border-color css
<style>
span { border-color: #04C094; }
span { border-color: rgb(4,192,148); }
td.TdClassName
{
border-color: #04C094;
}
.TagClassName
{
border-color: #04C094;
}
</style>