Shades of Caribbean Green #04C09C
Tints of Caribbean Green #04C09C
RGB
CMYK
RGB Variations
Color information
#04C09C (or 0x04C09C) is known color: Caribbean Green. HEX triplet: 04, C0 and 9C. RGB value is (4,192,156). Sum of RGB (Red+Green+Blue) = 4+192+156=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #04C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C09C is #FB3F63. Grayscale: #838383. Windows color (decimal): -16465764 or 10272772. OLE color: 10272772.
HSL color Cylindrical-coordinate representation of color #04C09C: hue angle of 168.51º 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 #04C09C is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 156 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.25 |
| HSL | 168.51º | 0.96% | 0.38% | - |
| HSV(B) | 168.51º | 0.98% | 0.75% | - |
| XYZ | 24.9 | 40.13 | 37.89 | - |
| YUV | 131.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 156 | 0.98 | 0 | 0.19 | 0.25 | 168.51 | 0.96 | 0.38 |
| Hex | 4 | C0 | 9C | 62 | 0 | 13 | 19 | A9 | 60 | 26 |
| Octal | 4 | 300 | 234 | 142 | 0 | 23 | 31 | 251 | 140 | 46 |
| Binary | 100 | 11000000 | 10011100 | 1100010 | 0 | 10011 | 11001 | 10101001 | 1100000 | 100110 |
Color Harmonies of #04C09C
Complementary color
Monochromatic Colors of #04C09C
Black with #04C09C
Text Example
Text Example
White with #04C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C09C; }
p { color: rgb(4,192,156); }
H1.HeaderClassName
{
color: #04C09C;
}
.AnyTagClassName
{
color: #04C09C;
}
</style>
background-color css
<style>
a { background-color: #04C09C; }
a { background-color: rgb(4,192,156); }
div.DivClassName
{
background-color: #04C09C;
}
.BgClassName
{
background-color: #04C09C;
}
</style>
border-color css
<style>
span { border-color: #04C09C; }
span { border-color: rgb(4,192,156); }
td.TdClassName
{
border-color: #04C09C;
}
.TagClassName
{
border-color: #04C09C;
}
</style>