Shades of Aquamarine #84F9B9
Tints of Aquamarine #84F9B9
RGB
CMYK
RGB Variations
Color information
#84F9B9 (or 0x84F9B9) is known color: Aquamarine. HEX triplet: 84, F9 and B9. RGB value is (132,249,185). Sum of RGB (Red+Green+Blue) = 132+249+185=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F9B9 is #7B0646. Grayscale: #CECECE. Windows color (decimal): -8062535 or 12188036. OLE color: 12188036.
HSL color Cylindrical-coordinate representation of color #84F9B9: hue angle of 147.18º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F9B9 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 185 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.02 |
| HSL | 147.18º | 0.91% | 0.75% | - |
| HSV(B) | 147.18º | 0.47% | 0.98% | - |
| XYZ | 52.15 | 76.16 | 57.85 | - |
| YUV | 206.72 | 115.74 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 185 | 0.47 | 0 | 0.26 | 0.02 | 147.18 | 0.91 | 0.75 |
| Hex | 84 | F9 | B9 | 2F | 0 | 1A | 2 | 93 | 5B | 4B |
| Octal | 204 | 371 | 271 | 57 | 0 | 32 | 2 | 223 | 133 | 113 |
| Binary | 10000100 | 11111001 | 10111001 | 101111 | 0 | 11010 | 10 | 10010011 | 1011011 | 1001011 |
Color Harmonies of #84F9B9
Complementary color
Monochromatic Colors of #84F9B9
Black with #84F9B9
Text Example
Text Example
White with #84F9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F9B9; }
p { color: rgb(132,249,185); }
H1.HeaderClassName
{
color: #84F9B9;
}
.AnyTagClassName
{
color: #84F9B9;
}
</style>
background-color css
<style>
a { background-color: #84F9B9; }
a { background-color: rgb(132,249,185); }
div.DivClassName
{
background-color: #84F9B9;
}
.BgClassName
{
background-color: #84F9B9;
}
</style>
border-color css
<style>
span { border-color: #84F9B9; }
span { border-color: rgb(132,249,185); }
td.TdClassName
{
border-color: #84F9B9;
}
.TagClassName
{
border-color: #84F9B9;
}
</style>