Shades of Aquamarine #84F6DA
Tints of Aquamarine #84F6DA
RGB
CMYK
RGB Variations
Color information
#84F6DA (or 0x84F6DA) is known color: Aquamarine. HEX triplet: 84, F6 and DA. RGB value is (132,246,218). Sum of RGB (Red+Green+Blue) = 132+246+218=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F6DA is #7B0925. Grayscale: #D0D0D0. Windows color (decimal): -8063270 or 14349956. OLE color: 14349956.
HSL color Cylindrical-coordinate representation of color #84F6DA: hue angle of 165.26º 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 #84F6DA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 218 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.04 |
| HSL | 165.26º | 0.86% | 0.74% | - |
| HSV(B) | 165.26º | 0.46% | 0.96% | - |
| XYZ | 55.13 | 75.88 | 78.07 | - |
| YUV | 208.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 218 | 0.46 | 0 | 0.11 | 0.04 | 165.26 | 0.86 | 0.74 |
| Hex | 84 | F6 | DA | 2E | 0 | B | 4 | A5 | 56 | 4A |
| Octal | 204 | 366 | 332 | 56 | 0 | 13 | 4 | 245 | 126 | 112 |
| Binary | 10000100 | 11110110 | 11011010 | 101110 | 0 | 1011 | 100 | 10100101 | 1010110 | 1001010 |
Color Harmonies of #84F6DA
Complementary color
Monochromatic Colors of #84F6DA
Black with #84F6DA
Text Example
Text Example
White with #84F6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F6DA; }
p { color: rgb(132,246,218); }
H1.HeaderClassName
{
color: #84F6DA;
}
.AnyTagClassName
{
color: #84F6DA;
}
</style>
background-color css
<style>
a { background-color: #84F6DA; }
a { background-color: rgb(132,246,218); }
div.DivClassName
{
background-color: #84F6DA;
}
.BgClassName
{
background-color: #84F6DA;
}
</style>
border-color css
<style>
span { border-color: #84F6DA; }
span { border-color: rgb(132,246,218); }
td.TdClassName
{
border-color: #84F6DA;
}
.TagClassName
{
border-color: #84F6DA;
}
</style>