Shades of Caribbean Green #04C393
Tints of Caribbean Green #04C393
RGB
CMYK
RGB Variations
Color information
#04C393 (or 0x04C393) is known color: Caribbean Green. HEX triplet: 04, C3 and 93. RGB value is (4,195,147). Sum of RGB (Red+Green+Blue) = 4+195+147=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #04C393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C393 is #FB3C6C. Grayscale: #848484. Windows color (decimal): -16465005 or 9683716. OLE color: 9683716.
HSL color Cylindrical-coordinate representation of color #04C393: hue angle of 164.92º 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 #04C393 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 195 | 147 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.24 |
| HSL | 164.92º | 0.96% | 0.39% | - |
| HSV(B) | 164.92º | 0.98% | 0.76% | - |
| XYZ | 24.83 | 41.16 | 34.24 | - |
| YUV | 132.42 | 136.22 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 195 | 147 | 0.98 | 0 | 0.25 | 0.24 | 164.92 | 0.96 | 0.39 |
| Hex | 4 | C3 | 93 | 62 | 0 | 19 | 18 | A5 | 60 | 27 |
| Octal | 4 | 303 | 223 | 142 | 0 | 31 | 30 | 245 | 140 | 47 |
| Binary | 100 | 11000011 | 10010011 | 1100010 | 0 | 11001 | 11000 | 10100101 | 1100000 | 100111 |
Color Harmonies of #04C393
Complementary color
Monochromatic Colors of #04C393
Black with #04C393
Text Example
Text Example
White with #04C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C393; }
p { color: rgb(4,195,147); }
H1.HeaderClassName
{
color: #04C393;
}
.AnyTagClassName
{
color: #04C393;
}
</style>
background-color css
<style>
a { background-color: #04C393; }
a { background-color: rgb(4,195,147); }
div.DivClassName
{
background-color: #04C393;
}
.BgClassName
{
background-color: #04C393;
}
</style>
border-color css
<style>
span { border-color: #04C393; }
span { border-color: rgb(4,195,147); }
td.TdClassName
{
border-color: #04C393;
}
.TagClassName
{
border-color: #04C393;
}
</style>