Shades of Caribbean Green #04CA90
Tints of Caribbean Green #04CA90
RGB
CMYK
RGB Variations
Color information
#04CA90 (or 0x04CA90) is known color: Caribbean Green. HEX triplet: 04, CA and 90. RGB value is (4,202,144). Sum of RGB (Red+Green+Blue) = 4+202+144=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CA90 is #FB356F. Grayscale: #888888. Windows color (decimal): -16463216 or 9488900. OLE color: 9488900.
HSL color Cylindrical-coordinate representation of color #04CA90: hue angle of 162.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CA90 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 202 | 144 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.21 |
| HSL | 162.42º | 0.96% | 0.4% | - |
| HSV(B) | 162.42º | 0.98% | 0.79% | - |
| XYZ | 26.2 | 44.28 | 33.55 | - |
| YUV | 136.19 | 132.4 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 144 | 0.98 | 0 | 0.29 | 0.21 | 162.42 | 0.96 | 0.4 |
| Hex | 4 | CA | 90 | 62 | 0 | 1D | 15 | A2 | 60 | 28 |
| Octal | 4 | 312 | 220 | 142 | 0 | 35 | 25 | 242 | 140 | 50 |
| Binary | 100 | 11001010 | 10010000 | 1100010 | 0 | 11101 | 10101 | 10100010 | 1100000 | 101000 |
Color Harmonies of #04CA90
Complementary color
Monochromatic Colors of #04CA90
Black with #04CA90
Text Example
Text Example
White with #04CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CA90; }
p { color: rgb(4,202,144); }
H1.HeaderClassName
{
color: #04CA90;
}
.AnyTagClassName
{
color: #04CA90;
}
</style>
background-color css
<style>
a { background-color: #04CA90; }
a { background-color: rgb(4,202,144); }
div.DivClassName
{
background-color: #04CA90;
}
.BgClassName
{
background-color: #04CA90;
}
</style>
border-color css
<style>
span { border-color: #04CA90; }
span { border-color: rgb(4,202,144); }
td.TdClassName
{
border-color: #04CA90;
}
.TagClassName
{
border-color: #04CA90;
}
</style>