Shades of Caribbean Green #04B995
Tints of Caribbean Green #04B995
RGB
CMYK
RGB Variations
Color information
#04B995 (or 0x04B995) is known color: Caribbean Green. HEX triplet: 04, B9 and 95. RGB value is (4,185,149). Sum of RGB (Red+Green+Blue) = 4+185+149=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #04B995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B995 is #FB466A. Grayscale: #7E7E7E. Windows color (decimal): -16467563 or 9812228. OLE color: 9812228.
HSL color Cylindrical-coordinate representation of color #04B995: hue angle of 168.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 #04B995 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 185 | 149 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.27 |
| HSL | 168.07º | 0.96% | 0.37% | - |
| HSV(B) | 168.07º | 0.98% | 0.73% | - |
| XYZ | 22.82 | 36.89 | 34.35 | - |
| YUV | 126.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 149 | 0.98 | 0 | 0.19 | 0.27 | 168.07 | 0.96 | 0.37 |
| Hex | 4 | B9 | 95 | 62 | 0 | 13 | 1B | A8 | 60 | 25 |
| Octal | 4 | 271 | 225 | 142 | 0 | 23 | 33 | 250 | 140 | 45 |
| Binary | 100 | 10111001 | 10010101 | 1100010 | 0 | 10011 | 11011 | 10101000 | 1100000 | 100101 |
Color Harmonies of #04B995
Complementary color
Monochromatic Colors of #04B995
Black with #04B995
Text Example
Text Example
White with #04B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B995; }
p { color: rgb(4,185,149); }
H1.HeaderClassName
{
color: #04B995;
}
.AnyTagClassName
{
color: #04B995;
}
</style>
background-color css
<style>
a { background-color: #04B995; }
a { background-color: rgb(4,185,149); }
div.DivClassName
{
background-color: #04B995;
}
.BgClassName
{
background-color: #04B995;
}
</style>
border-color css
<style>
span { border-color: #04B995; }
span { border-color: rgb(4,185,149); }
td.TdClassName
{
border-color: #04B995;
}
.TagClassName
{
border-color: #04B995;
}
</style>