Shades of Caribbean Green #04BAA2
Tints of Caribbean Green #04BAA2
RGB
CMYK
RGB Variations
Color information
#04BAA2 (or 0x04BAA2) is known color: Caribbean Green. HEX triplet: 04, BA and A2. RGB value is (4,186,162). Sum of RGB (Red+Green+Blue) = 4+186+162=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #04BAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BAA2 is #FB455D. Grayscale: #808080. Windows color (decimal): -16467294 or 10664452. OLE color: 10664452.
HSL color Cylindrical-coordinate representation of color #04BAA2: hue angle of 172.09º 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 #04BAA2 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 162 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.27 |
| HSL | 172.09º | 0.96% | 0.37% | - |
| HSV(B) | 172.09º | 0.98% | 0.73% | - |
| XYZ | 24.13 | 37.75 | 40.2 | - |
| YUV | 128.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 162 | 0.98 | 0 | 0.13 | 0.27 | 172.09 | 0.96 | 0.37 |
| Hex | 4 | BA | A2 | 62 | 0 | D | 1B | AC | 60 | 25 |
| Octal | 4 | 272 | 242 | 142 | 0 | 15 | 33 | 254 | 140 | 45 |
| Binary | 100 | 10111010 | 10100010 | 1100010 | 0 | 1101 | 11011 | 10101100 | 1100000 | 100101 |
Color Harmonies of #04BAA2
Complementary color
Monochromatic Colors of #04BAA2
Black with #04BAA2
Text Example
Text Example
White with #04BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BAA2; }
p { color: rgb(4,186,162); }
H1.HeaderClassName
{
color: #04BAA2;
}
.AnyTagClassName
{
color: #04BAA2;
}
</style>
background-color css
<style>
a { background-color: #04BAA2; }
a { background-color: rgb(4,186,162); }
div.DivClassName
{
background-color: #04BAA2;
}
.BgClassName
{
background-color: #04BAA2;
}
</style>
border-color css
<style>
span { border-color: #04BAA2; }
span { border-color: rgb(4,186,162); }
td.TdClassName
{
border-color: #04BAA2;
}
.TagClassName
{
border-color: #04BAA2;
}
</style>