Shades of Aquamarine #84F2D9
Tints of Aquamarine #84F2D9
RGB
CMYK
RGB Variations
Color information
#84F2D9 (or 0x84F2D9) is known color: Aquamarine. HEX triplet: 84, F2 and D9. RGB value is (132,242,217). Sum of RGB (Red+Green+Blue) = 132+242+217=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2D9 is #7B0D26. Grayscale: #CECECE. Windows color (decimal): -8064295 or 14283396. OLE color: 14283396.
HSL color Cylindrical-coordinate representation of color #84F2D9: hue angle of 166.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2D9 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 217 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.05 |
| HSL | 166.36º | 0.81% | 0.73% | - |
| HSV(B) | 166.36º | 0.45% | 0.95% | - |
| XYZ | 53.79 | 73.42 | 76.98 | - |
| YUV | 206.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 217 | 0.45 | 0 | 0.10 | 0.05 | 166.36 | 0.81 | 0.73 |
| Hex | 84 | F2 | D9 | 2D | 0 | A | 5 | A6 | 51 | 49 |
| Octal | 204 | 362 | 331 | 55 | 0 | 12 | 5 | 246 | 121 | 111 |
| Binary | 10000100 | 11110010 | 11011001 | 101101 | 0 | 1010 | 101 | 10100110 | 1010001 | 1001001 |
Color Harmonies of #84F2D9
Complementary color
Monochromatic Colors of #84F2D9
Black with #84F2D9
Text Example
Text Example
White with #84F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2D9; }
p { color: rgb(132,242,217); }
H1.HeaderClassName
{
color: #84F2D9;
}
.AnyTagClassName
{
color: #84F2D9;
}
</style>
background-color css
<style>
a { background-color: #84F2D9; }
a { background-color: rgb(132,242,217); }
div.DivClassName
{
background-color: #84F2D9;
}
.BgClassName
{
background-color: #84F2D9;
}
</style>
border-color css
<style>
span { border-color: #84F2D9; }
span { border-color: rgb(132,242,217); }
td.TdClassName
{
border-color: #84F2D9;
}
.TagClassName
{
border-color: #84F2D9;
}
</style>