Shades of Caribbean Green #04CA9C
Tints of Caribbean Green #04CA9C
RGB
CMYK
RGB Variations
Color information
#04CA9C (or 0x04CA9C) is known color: Caribbean Green. HEX triplet: 04, CA and 9C. RGB value is (4,202,156). Sum of RGB (Red+Green+Blue) = 4+202+156=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CA9C is #FB3563. Grayscale: #898989. Windows color (decimal): -16463204 or 10275332. OLE color: 10275332.
HSL color Cylindrical-coordinate representation of color #04CA9C: hue angle of 166.06º 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 #04CA9C is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 202 | 156 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.21 |
| HSL | 166.06º | 0.96% | 0.4% | - |
| HSV(B) | 166.06º | 0.98% | 0.79% | - |
| XYZ | 27.17 | 44.67 | 38.64 | - |
| YUV | 137.55 | 138.4 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 202 | 156 | 0.98 | 0 | 0.23 | 0.21 | 166.06 | 0.96 | 0.4 |
| Hex | 4 | CA | 9C | 62 | 0 | 17 | 15 | A6 | 60 | 28 |
| Octal | 4 | 312 | 234 | 142 | 0 | 27 | 25 | 246 | 140 | 50 |
| Binary | 100 | 11001010 | 10011100 | 1100010 | 0 | 10111 | 10101 | 10100110 | 1100000 | 101000 |
Color Harmonies of #04CA9C
Complementary color
Monochromatic Colors of #04CA9C
Black with #04CA9C
Text Example
Text Example
White with #04CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CA9C; }
p { color: rgb(4,202,156); }
H1.HeaderClassName
{
color: #04CA9C;
}
.AnyTagClassName
{
color: #04CA9C;
}
</style>
background-color css
<style>
a { background-color: #04CA9C; }
a { background-color: rgb(4,202,156); }
div.DivClassName
{
background-color: #04CA9C;
}
.BgClassName
{
background-color: #04CA9C;
}
</style>
border-color css
<style>
span { border-color: #04CA9C; }
span { border-color: rgb(4,202,156); }
td.TdClassName
{
border-color: #04CA9C;
}
.TagClassName
{
border-color: #04CA9C;
}
</style>