Shades of Aquamarine #84F7D3
Tints of Aquamarine #84F7D3
RGB
CMYK
RGB Variations
Color information
#84F7D3 (or 0x84F7D3) is known color: Aquamarine. HEX triplet: 84, F7 and D3. RGB value is (132,247,211). Sum of RGB (Red+Green+Blue) = 132+247+211=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F7D3 is #7B082C. Grayscale: #D0D0D0. Windows color (decimal): -8063021 or 13891460. OLE color: 13891460.
HSL color Cylindrical-coordinate representation of color #84F7D3: hue angle of 161.22º 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 #84F7D3 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 247 | 211 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.03 |
| HSL | 161.22º | 0.88% | 0.74% | - |
| HSV(B) | 161.22º | 0.47% | 0.97% | - |
| XYZ | 54.53 | 76.13 | 73.45 | - |
| YUV | 208.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 247 | 211 | 0.47 | 0 | 0.15 | 0.03 | 161.22 | 0.88 | 0.74 |
| Hex | 84 | F7 | D3 | 2F | 0 | F | 3 | A1 | 58 | 4A |
| Octal | 204 | 367 | 323 | 57 | 0 | 17 | 3 | 241 | 130 | 112 |
| Binary | 10000100 | 11110111 | 11010011 | 101111 | 0 | 1111 | 11 | 10100001 | 1011000 | 1001010 |
Color Harmonies of #84F7D3
Complementary color
Monochromatic Colors of #84F7D3
Black with #84F7D3
Text Example
Text Example
White with #84F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F7D3; }
p { color: rgb(132,247,211); }
H1.HeaderClassName
{
color: #84F7D3;
}
.AnyTagClassName
{
color: #84F7D3;
}
</style>
background-color css
<style>
a { background-color: #84F7D3; }
a { background-color: rgb(132,247,211); }
div.DivClassName
{
background-color: #84F7D3;
}
.BgClassName
{
background-color: #84F7D3;
}
</style>
border-color css
<style>
span { border-color: #84F7D3; }
span { border-color: rgb(132,247,211); }
td.TdClassName
{
border-color: #84F7D3;
}
.TagClassName
{
border-color: #84F7D3;
}
</style>