Shades of Aquamarine #84F7DA
Tints of Aquamarine #84F7DA
RGB
CMYK
RGB Variations
Color information
#84F7DA (or 0x84F7DA) is known color: Aquamarine. HEX triplet: 84, F7 and DA. RGB value is (132,247,218). Sum of RGB (Red+Green+Blue) = 132+247+218=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F7DA is #7B0825. Grayscale: #D1D1D1. Windows color (decimal): -8063014 or 14350212. OLE color: 14350212.
HSL color Cylindrical-coordinate representation of color #84F7DA: hue angle of 164.87º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F7DA is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 247 | 218 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.03 |
| HSL | 164.87º | 0.88% | 0.74% | - |
| HSV(B) | 164.87º | 0.47% | 0.97% | - |
| XYZ | 55.43 | 76.49 | 78.17 | - |
| YUV | 209.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 247 | 218 | 0.47 | 0 | 0.12 | 0.03 | 164.87 | 0.88 | 0.74 |
| Hex | 84 | F7 | DA | 2F | 0 | C | 3 | A5 | 58 | 4A |
| Octal | 204 | 367 | 332 | 57 | 0 | 14 | 3 | 245 | 130 | 112 |
| Binary | 10000100 | 11110111 | 11011010 | 101111 | 0 | 1100 | 11 | 10100101 | 1011000 | 1001010 |
Color Harmonies of #84F7DA
Complementary color
Monochromatic Colors of #84F7DA
Black with #84F7DA
Text Example
Text Example
White with #84F7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F7DA; }
p { color: rgb(132,247,218); }
H1.HeaderClassName
{
color: #84F7DA;
}
.AnyTagClassName
{
color: #84F7DA;
}
</style>
background-color css
<style>
a { background-color: #84F7DA; }
a { background-color: rgb(132,247,218); }
div.DivClassName
{
background-color: #84F7DA;
}
.BgClassName
{
background-color: #84F7DA;
}
</style>
border-color css
<style>
span { border-color: #84F7DA; }
span { border-color: rgb(132,247,218); }
td.TdClassName
{
border-color: #84F7DA;
}
.TagClassName
{
border-color: #84F7DA;
}
</style>