Shades of Aquamarine #84F7D2
Tints of Aquamarine #84F7D2
RGB
CMYK
RGB Variations
Color information
#84F7D2 (or 0x84F7D2) is known color: Aquamarine. HEX triplet: 84, F7 and D2. RGB value is (132,247,210). Sum of RGB (Red+Green+Blue) = 132+247+210=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F7D2 is #7B082D. Grayscale: #D0D0D0. Windows color (decimal): -8063022 or 13825924. OLE color: 13825924.
HSL color Cylindrical-coordinate representation of color #84F7D2: hue angle of 160.7º 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 #84F7D2 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 247 | 210 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.03 |
| HSL | 160.7º | 0.88% | 0.74% | - |
| HSV(B) | 160.7º | 0.47% | 0.97% | - |
| XYZ | 54.41 | 76.08 | 72.79 | - |
| YUV | 208.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 247 | 210 | 0.47 | 0 | 0.15 | 0.03 | 160.7 | 0.88 | 0.74 |
| Hex | 84 | F7 | D2 | 2F | 0 | F | 3 | A1 | 58 | 4A |
| Octal | 204 | 367 | 322 | 57 | 0 | 17 | 3 | 241 | 130 | 112 |
| Binary | 10000100 | 11110111 | 11010010 | 101111 | 0 | 1111 | 11 | 10100001 | 1011000 | 1001010 |
Color Harmonies of #84F7D2
Complementary color
Monochromatic Colors of #84F7D2
Black with #84F7D2
Text Example
Text Example
White with #84F7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F7D2; }
p { color: rgb(132,247,210); }
H1.HeaderClassName
{
color: #84F7D2;
}
.AnyTagClassName
{
color: #84F7D2;
}
</style>
background-color css
<style>
a { background-color: #84F7D2; }
a { background-color: rgb(132,247,210); }
div.DivClassName
{
background-color: #84F7D2;
}
.BgClassName
{
background-color: #84F7D2;
}
</style>
border-color css
<style>
span { border-color: #84F7D2; }
span { border-color: rgb(132,247,210); }
td.TdClassName
{
border-color: #84F7D2;
}
.TagClassName
{
border-color: #84F7D2;
}
</style>