Shades of Aquamarine #84FFB9
Tints of Aquamarine #84FFB9
RGB
CMYK
RGB Variations
Color information
#84FFB9 (or 0x84FFB9) is known color: Aquamarine. HEX triplet: 84, FF and B9. RGB value is (132,255,185). Sum of RGB (Red+Green+Blue) = 132+255+185=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFB9 is #7B0046. Grayscale: #D2D2D2. Windows color (decimal): -8060999 or 12189572. OLE color: 12189572.
HSL color Cylindrical-coordinate representation of color #84FFB9: hue angle of 145.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFB9 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 185 | - |
| CMYK | 0.48 | 0 | 0.27 | 0 |
| HSL | 145.85º | 1% | 0.76% | - |
| HSV(B) | 145.85º | 0.48% | 1% | - |
| XYZ | 54.03 | 79.93 | 58.48 | - |
| YUV | 210.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 185 | 0.48 | 0 | 0.27 | 0 | 145.85 | 1 | 0.76 |
| Hex | 84 | FF | B9 | 30 | 0 | 1B | 0 | 92 | 64 | 4C |
| Octal | 204 | 377 | 271 | 60 | 0 | 33 | 0 | 222 | 144 | 114 |
| Binary | 10000100 | 11111111 | 10111001 | 110000 | 0 | 11011 | 0 | 10010010 | 1100100 | 1001100 |
Color Harmonies of #84FFB9
Complementary color
Monochromatic Colors of #84FFB9
Black with #84FFB9
Text Example
Text Example
White with #84FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFB9; }
p { color: rgb(132,255,185); }
H1.HeaderClassName
{
color: #84FFB9;
}
.AnyTagClassName
{
color: #84FFB9;
}
</style>
background-color css
<style>
a { background-color: #84FFB9; }
a { background-color: rgb(132,255,185); }
div.DivClassName
{
background-color: #84FFB9;
}
.BgClassName
{
background-color: #84FFB9;
}
</style>
border-color css
<style>
span { border-color: #84FFB9; }
span { border-color: rgb(132,255,185); }
td.TdClassName
{
border-color: #84FFB9;
}
.TagClassName
{
border-color: #84FFB9;
}
</style>