Shades of Aquamarine #82ECDB
Tints of Aquamarine #82ECDB
RGB
CMYK
RGB Variations
Color information
#82ECDB (or 0x82ECDB) is known color: Aquamarine. HEX triplet: 82, EC and DB. RGB value is (130,236,219). Sum of RGB (Red+Green+Blue) = 130+236+219=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECDB is #7D1324. Grayscale: #CACACA. Windows color (decimal): -8196901 or 14412930. OLE color: 14412930.
HSL color Cylindrical-coordinate representation of color #82ECDB: hue angle of 170.38º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ECDB is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 219 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.07 |
| HSL | 170.38º | 0.74% | 0.72% | - |
| HSV(B) | 170.38º | 0.45% | 0.93% | - |
| XYZ | 51.99 | 69.85 | 77.76 | - |
| YUV | 202.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 219 | 0.45 | 0 | 0.07 | 0.07 | 170.38 | 0.74 | 0.72 |
| Hex | 82 | EC | DB | 2D | 0 | 7 | 7 | AA | 4A | 48 |
| Octal | 202 | 354 | 333 | 55 | 0 | 7 | 7 | 252 | 112 | 110 |
| Binary | 10000010 | 11101100 | 11011011 | 101101 | 0 | 111 | 111 | 10101010 | 1001010 | 1001000 |
Color Harmonies of #82ECDB
Complementary color
Monochromatic Colors of #82ECDB
Black with #82ECDB
Text Example
Text Example
White with #82ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECDB; }
p { color: rgb(130,236,219); }
H1.HeaderClassName
{
color: #82ECDB;
}
.AnyTagClassName
{
color: #82ECDB;
}
</style>
background-color css
<style>
a { background-color: #82ECDB; }
a { background-color: rgb(130,236,219); }
div.DivClassName
{
background-color: #82ECDB;
}
.BgClassName
{
background-color: #82ECDB;
}
</style>
border-color css
<style>
span { border-color: #82ECDB; }
span { border-color: rgb(130,236,219); }
td.TdClassName
{
border-color: #82ECDB;
}
.TagClassName
{
border-color: #82ECDB;
}
</style>