Shades of Caribbean Green #04B992
Tints of Caribbean Green #04B992
RGB
CMYK
RGB Variations
Color information
#04B992 (or 0x04B992) is known color: Caribbean Green. HEX triplet: 04, B9 and 92. RGB value is (4,185,146). Sum of RGB (Red+Green+Blue) = 4+185+146=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #04B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B992 is #FB466D. Grayscale: #7E7E7E. Windows color (decimal): -16467566 or 9615620. OLE color: 9615620.
HSL color Cylindrical-coordinate representation of color #04B992: hue angle of 167.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B992 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 185 | 146 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.27 |
| HSL | 167.07º | 0.96% | 0.37% | - |
| HSV(B) | 167.07º | 0.98% | 0.73% | - |
| XYZ | 22.59 | 36.8 | 33.11 | - |
| YUV | 126.44 | 139.03 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 146 | 0.98 | 0 | 0.21 | 0.27 | 167.07 | 0.96 | 0.37 |
| Hex | 4 | B9 | 92 | 62 | 0 | 15 | 1B | A7 | 60 | 25 |
| Octal | 4 | 271 | 222 | 142 | 0 | 25 | 33 | 247 | 140 | 45 |
| Binary | 100 | 10111001 | 10010010 | 1100010 | 0 | 10101 | 11011 | 10100111 | 1100000 | 100101 |
Color Harmonies of #04B992
Complementary color
Monochromatic Colors of #04B992
Black with #04B992
Text Example
Text Example
White with #04B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B992; }
p { color: rgb(4,185,146); }
H1.HeaderClassName
{
color: #04B992;
}
.AnyTagClassName
{
color: #04B992;
}
</style>
background-color css
<style>
a { background-color: #04B992; }
a { background-color: rgb(4,185,146); }
div.DivClassName
{
background-color: #04B992;
}
.BgClassName
{
background-color: #04B992;
}
</style>
border-color css
<style>
span { border-color: #04B992; }
span { border-color: rgb(4,185,146); }
td.TdClassName
{
border-color: #04B992;
}
.TagClassName
{
border-color: #04B992;
}
</style>