Shades of Aquamarine #84F6D6
Tints of Aquamarine #84F6D6
RGB
CMYK
RGB Variations
Color information
#84F6D6 (or 0x84F6D6) is known color: Aquamarine. HEX triplet: 84, F6 and D6. RGB value is (132,246,214). Sum of RGB (Red+Green+Blue) = 132+246+214=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F6D6 is #7B0929. Grayscale: #D0D0D0. Windows color (decimal): -8063274 or 14087812. OLE color: 14087812.
HSL color Cylindrical-coordinate representation of color #84F6D6: hue angle of 163.16º degrees, saturation: 0.86, 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 #84F6D6 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 214 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.04 |
| HSL | 163.16º | 0.86% | 0.74% | - |
| HSV(B) | 163.16º | 0.46% | 0.96% | - |
| XYZ | 54.61 | 75.67 | 75.35 | - |
| YUV | 208.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 214 | 0.46 | 0 | 0.13 | 0.04 | 163.16 | 0.86 | 0.74 |
| Hex | 84 | F6 | D6 | 2E | 0 | D | 4 | A3 | 56 | 4A |
| Octal | 204 | 366 | 326 | 56 | 0 | 15 | 4 | 243 | 126 | 112 |
| Binary | 10000100 | 11110110 | 11010110 | 101110 | 0 | 1101 | 100 | 10100011 | 1010110 | 1001010 |
Color Harmonies of #84F6D6
Complementary color
Monochromatic Colors of #84F6D6
Black with #84F6D6
Text Example
Text Example
White with #84F6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F6D6; }
p { color: rgb(132,246,214); }
H1.HeaderClassName
{
color: #84F6D6;
}
.AnyTagClassName
{
color: #84F6D6;
}
</style>
background-color css
<style>
a { background-color: #84F6D6; }
a { background-color: rgb(132,246,214); }
div.DivClassName
{
background-color: #84F6D6;
}
.BgClassName
{
background-color: #84F6D6;
}
</style>
border-color css
<style>
span { border-color: #84F6D6; }
span { border-color: rgb(132,246,214); }
td.TdClassName
{
border-color: #84F6D6;
}
.TagClassName
{
border-color: #84F6D6;
}
</style>