Shades of Caribbean Green #04BA94
Tints of Caribbean Green #04BA94
RGB
CMYK
RGB Variations
Color information
#04BA94 (or 0x04BA94) is known color: Caribbean Green. HEX triplet: 04, BA and 94. RGB value is (4,186,148). Sum of RGB (Red+Green+Blue) = 4+186+148=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA94 is #FB456B. Grayscale: #7F7F7F. Windows color (decimal): -16467308 or 9746948. OLE color: 9746948.
HSL color Cylindrical-coordinate representation of color #04BA94: hue angle of 167.47º 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 #04BA94 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 148 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.27 |
| HSL | 167.47º | 0.96% | 0.37% | - |
| HSV(B) | 167.47º | 0.98% | 0.73% | - |
| XYZ | 22.95 | 37.28 | 34 | - |
| YUV | 127.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 148 | 0.98 | 0 | 0.20 | 0.27 | 167.47 | 0.96 | 0.37 |
| Hex | 4 | BA | 94 | 62 | 0 | 14 | 1B | A7 | 60 | 25 |
| Octal | 4 | 272 | 224 | 142 | 0 | 24 | 33 | 247 | 140 | 45 |
| Binary | 100 | 10111010 | 10010100 | 1100010 | 0 | 10100 | 11011 | 10100111 | 1100000 | 100101 |
Color Harmonies of #04BA94
Complementary color
Monochromatic Colors of #04BA94
Black with #04BA94
Text Example
Text Example
White with #04BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA94; }
p { color: rgb(4,186,148); }
H1.HeaderClassName
{
color: #04BA94;
}
.AnyTagClassName
{
color: #04BA94;
}
</style>
background-color css
<style>
a { background-color: #04BA94; }
a { background-color: rgb(4,186,148); }
div.DivClassName
{
background-color: #04BA94;
}
.BgClassName
{
background-color: #04BA94;
}
</style>
border-color css
<style>
span { border-color: #04BA94; }
span { border-color: rgb(4,186,148); }
td.TdClassName
{
border-color: #04BA94;
}
.TagClassName
{
border-color: #04BA94;
}
</style>