Shades of Caribbean Green #04BBA8
Tints of Caribbean Green #04BBA8
RGB
CMYK
RGB Variations
Color information
#04BBA8 (or 0x04BBA8) is known color: Caribbean Green. HEX triplet: 04, BB and A8. RGB value is (4,187,168). Sum of RGB (Red+Green+Blue) = 4+187+168=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBA8 is #FB4457. Grayscale: #828282. Windows color (decimal): -16467032 or 11057924. OLE color: 11057924.
HSL color Cylindrical-coordinate representation of color #04BBA8: hue angle of 173.77º 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 #04BBA8 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 168 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.27 |
| HSL | 173.77º | 0.96% | 0.37% | - |
| HSV(B) | 173.77º | 0.98% | 0.73% | - |
| XYZ | 24.89 | 38.39 | 43.14 | - |
| YUV | 130.12 | 149.37 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 168 | 0.98 | 0 | 0.10 | 0.27 | 173.77 | 0.96 | 0.37 |
| Hex | 4 | BB | A8 | 62 | 0 | A | 1B | AE | 60 | 25 |
| Octal | 4 | 273 | 250 | 142 | 0 | 12 | 33 | 256 | 140 | 45 |
| Binary | 100 | 10111011 | 10101000 | 1100010 | 0 | 1010 | 11011 | 10101110 | 1100000 | 100101 |
Color Harmonies of #04BBA8
Complementary color
Monochromatic Colors of #04BBA8
Black with #04BBA8
Text Example
Text Example
White with #04BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBA8; }
p { color: rgb(4,187,168); }
H1.HeaderClassName
{
color: #04BBA8;
}
.AnyTagClassName
{
color: #04BBA8;
}
</style>
background-color css
<style>
a { background-color: #04BBA8; }
a { background-color: rgb(4,187,168); }
div.DivClassName
{
background-color: #04BBA8;
}
.BgClassName
{
background-color: #04BBA8;
}
</style>
border-color css
<style>
span { border-color: #04BBA8; }
span { border-color: rgb(4,187,168); }
td.TdClassName
{
border-color: #04BBA8;
}
.TagClassName
{
border-color: #04BBA8;
}
</style>