Shades of Aquamarine #84F4BA
Tints of Aquamarine #84F4BA
RGB
CMYK
RGB Variations
Color information
#84F4BA (or 0x84F4BA) is known color: Aquamarine. HEX triplet: 84, F4 and BA. RGB value is (132,244,186). Sum of RGB (Red+Green+Blue) = 132+244+186=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F4BA is #7B0B45. Grayscale: #CCCCCC. Windows color (decimal): -8063814 or 12252292. OLE color: 12252292.
HSL color Cylindrical-coordinate representation of color #84F4BA: hue angle of 148.93º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4BA is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 186 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.04 |
| HSL | 148.93º | 0.84% | 0.74% | - |
| HSV(B) | 148.93º | 0.46% | 0.96% | - |
| XYZ | 50.73 | 73.15 | 57.9 | - |
| YUV | 203.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 186 | 0.46 | 0 | 0.24 | 0.04 | 148.93 | 0.84 | 0.74 |
| Hex | 84 | F4 | BA | 2E | 0 | 18 | 4 | 95 | 54 | 4A |
| Octal | 204 | 364 | 272 | 56 | 0 | 30 | 4 | 225 | 124 | 112 |
| Binary | 10000100 | 11110100 | 10111010 | 101110 | 0 | 11000 | 100 | 10010101 | 1010100 | 1001010 |
Color Harmonies of #84F4BA
Complementary color
Monochromatic Colors of #84F4BA
Black with #84F4BA
Text Example
Text Example
White with #84F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F4BA; }
p { color: rgb(132,244,186); }
H1.HeaderClassName
{
color: #84F4BA;
}
.AnyTagClassName
{
color: #84F4BA;
}
</style>
background-color css
<style>
a { background-color: #84F4BA; }
a { background-color: rgb(132,244,186); }
div.DivClassName
{
background-color: #84F4BA;
}
.BgClassName
{
background-color: #84F4BA;
}
</style>
border-color css
<style>
span { border-color: #84F4BA; }
span { border-color: rgb(132,244,186); }
td.TdClassName
{
border-color: #84F4BA;
}
.TagClassName
{
border-color: #84F4BA;
}
</style>