Shades of Caribbean Green #04BBA7
Tints of Caribbean Green #04BBA7
RGB
CMYK
RGB Variations
Color information
#04BBA7 (or 0x04BBA7) is known color: Caribbean Green. HEX triplet: 04, BB and A7. RGB value is (4,187,167). Sum of RGB (Red+Green+Blue) = 4+187+167=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBA7 is #FB4458. Grayscale: #818181. Windows color (decimal): -16467033 or 10992388. OLE color: 10992388.
HSL color Cylindrical-coordinate representation of color #04BBA7: hue angle of 173.44º 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 #04BBA7 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 167 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.27 |
| HSL | 173.44º | 0.96% | 0.37% | - |
| HSV(B) | 173.44º | 0.98% | 0.73% | - |
| XYZ | 24.8 | 38.36 | 42.66 | - |
| YUV | 130 | 148.87 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 167 | 0.98 | 0 | 0.11 | 0.27 | 173.44 | 0.96 | 0.37 |
| Hex | 4 | BB | A7 | 62 | 0 | B | 1B | AD | 60 | 25 |
| Octal | 4 | 273 | 247 | 142 | 0 | 13 | 33 | 255 | 140 | 45 |
| Binary | 100 | 10111011 | 10100111 | 1100010 | 0 | 1011 | 11011 | 10101101 | 1100000 | 100101 |
Color Harmonies of #04BBA7
Complementary color
Monochromatic Colors of #04BBA7
Black with #04BBA7
Text Example
Text Example
White with #04BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBA7; }
p { color: rgb(4,187,167); }
H1.HeaderClassName
{
color: #04BBA7;
}
.AnyTagClassName
{
color: #04BBA7;
}
</style>
background-color css
<style>
a { background-color: #04BBA7; }
a { background-color: rgb(4,187,167); }
div.DivClassName
{
background-color: #04BBA7;
}
.BgClassName
{
background-color: #04BBA7;
}
</style>
border-color css
<style>
span { border-color: #04BBA7; }
span { border-color: rgb(4,187,167); }
td.TdClassName
{
border-color: #04BBA7;
}
.TagClassName
{
border-color: #04BBA7;
}
</style>