Shades of Caribbean Green #04BB9F
Tints of Caribbean Green #04BB9F
RGB
CMYK
RGB Variations
Color information
#04BB9F (or 0x04BB9F) is known color: Caribbean Green. HEX triplet: 04, BB and 9F. RGB value is (4,187,159). Sum of RGB (Red+Green+Blue) = 4+187+159=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BB9F is #FB4460. Grayscale: #818181. Windows color (decimal): -16467041 or 10468100. OLE color: 10468100.
HSL color Cylindrical-coordinate representation of color #04BB9F: hue angle of 170.82º 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 #04BB9F is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 159 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.27 |
| HSL | 170.82º | 0.96% | 0.37% | - |
| HSV(B) | 170.82º | 0.98% | 0.73% | - |
| XYZ | 24.08 | 38.07 | 38.88 | - |
| YUV | 129.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 159 | 0.98 | 0 | 0.15 | 0.27 | 170.82 | 0.96 | 0.37 |
| Hex | 4 | BB | 9F | 62 | 0 | F | 1B | AB | 60 | 25 |
| Octal | 4 | 273 | 237 | 142 | 0 | 17 | 33 | 253 | 140 | 45 |
| Binary | 100 | 10111011 | 10011111 | 1100010 | 0 | 1111 | 11011 | 10101011 | 1100000 | 100101 |
Color Harmonies of #04BB9F
Complementary color
Monochromatic Colors of #04BB9F
Black with #04BB9F
Text Example
Text Example
White with #04BB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BB9F; }
p { color: rgb(4,187,159); }
H1.HeaderClassName
{
color: #04BB9F;
}
.AnyTagClassName
{
color: #04BB9F;
}
</style>
background-color css
<style>
a { background-color: #04BB9F; }
a { background-color: rgb(4,187,159); }
div.DivClassName
{
background-color: #04BB9F;
}
.BgClassName
{
background-color: #04BB9F;
}
</style>
border-color css
<style>
span { border-color: #04BB9F; }
span { border-color: rgb(4,187,159); }
td.TdClassName
{
border-color: #04BB9F;
}
.TagClassName
{
border-color: #04BB9F;
}
</style>