Shades of Caribbean Green #04BA9A
Tints of Caribbean Green #04BA9A
RGB
CMYK
RGB Variations
Color information
#04BA9A (or 0x04BA9A) is known color: Caribbean Green. HEX triplet: 04, BA and 9A. RGB value is (4,186,154). Sum of RGB (Red+Green+Blue) = 4+186+154=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA9A is #FB4565. Grayscale: #7F7F7F. Windows color (decimal): -16467302 or 10140164. OLE color: 10140164.
HSL color Cylindrical-coordinate representation of color #04BA9A: hue angle of 169.45º 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 #04BA9A is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 154 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.27 |
| HSL | 169.45º | 0.96% | 0.37% | - |
| HSV(B) | 169.45º | 0.98% | 0.73% | - |
| XYZ | 23.44 | 37.48 | 36.57 | - |
| YUV | 127.93 | 142.7 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 154 | 0.98 | 0 | 0.17 | 0.27 | 169.45 | 0.96 | 0.37 |
| Hex | 4 | BA | 9A | 62 | 0 | 11 | 1B | A9 | 60 | 25 |
| Octal | 4 | 272 | 232 | 142 | 0 | 21 | 33 | 251 | 140 | 45 |
| Binary | 100 | 10111010 | 10011010 | 1100010 | 0 | 10001 | 11011 | 10101001 | 1100000 | 100101 |
Color Harmonies of #04BA9A
Complementary color
Monochromatic Colors of #04BA9A
Black with #04BA9A
Text Example
Text Example
White with #04BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA9A; }
p { color: rgb(4,186,154); }
H1.HeaderClassName
{
color: #04BA9A;
}
.AnyTagClassName
{
color: #04BA9A;
}
</style>
background-color css
<style>
a { background-color: #04BA9A; }
a { background-color: rgb(4,186,154); }
div.DivClassName
{
background-color: #04BA9A;
}
.BgClassName
{
background-color: #04BA9A;
}
</style>
border-color css
<style>
span { border-color: #04BA9A; }
span { border-color: rgb(4,186,154); }
td.TdClassName
{
border-color: #04BA9A;
}
.TagClassName
{
border-color: #04BA9A;
}
</style>