Shades of Aquamarine #84ECDA
Tints of Aquamarine #84ECDA
RGB
CMYK
RGB Variations
Color information
#84ECDA (or 0x84ECDA) is known color: Aquamarine. HEX triplet: 84, EC and DA. RGB value is (132,236,218). Sum of RGB (Red+Green+Blue) = 132+236+218=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECDA is #7B1325. Grayscale: #CACACA. Windows color (decimal): -8065830 or 14347396. OLE color: 14347396.
HSL color Cylindrical-coordinate representation of color #84ECDA: hue angle of 169.62º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECDA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 218 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 169.62º | 0.73% | 0.72% | - |
| HSV(B) | 169.62º | 0.44% | 0.93% | - |
| XYZ | 52.17 | 69.96 | 77.08 | - |
| YUV | 202.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 218 | 0.44 | 0 | 0.08 | 0.07 | 169.62 | 0.73 | 0.72 |
| Hex | 84 | EC | DA | 2C | 0 | 8 | 7 | AA | 49 | 48 |
| Octal | 204 | 354 | 332 | 54 | 0 | 10 | 7 | 252 | 111 | 110 |
| Binary | 10000100 | 11101100 | 11011010 | 101100 | 0 | 1000 | 111 | 10101010 | 1001001 | 1001000 |
Color Harmonies of #84ECDA
Complementary color
Monochromatic Colors of #84ECDA
Black with #84ECDA
Text Example
Text Example
White with #84ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECDA; }
p { color: rgb(132,236,218); }
H1.HeaderClassName
{
color: #84ECDA;
}
.AnyTagClassName
{
color: #84ECDA;
}
</style>
background-color css
<style>
a { background-color: #84ECDA; }
a { background-color: rgb(132,236,218); }
div.DivClassName
{
background-color: #84ECDA;
}
.BgClassName
{
background-color: #84ECDA;
}
</style>
border-color css
<style>
span { border-color: #84ECDA; }
span { border-color: rgb(132,236,218); }
td.TdClassName
{
border-color: #84ECDA;
}
.TagClassName
{
border-color: #84ECDA;
}
</style>