Shades of Aquamarine #82ECDF
Tints of Aquamarine #82ECDF
RGB
CMYK
RGB Variations
Color information
#82ECDF (or 0x82ECDF) is known color: Aquamarine. HEX triplet: 82, EC and DF. RGB value is (130,236,223). Sum of RGB (Red+Green+Blue) = 130+236+223=589 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.07% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECDF is #7D1320. Grayscale: #CACACA. Windows color (decimal): -8196897 or 14675074. OLE color: 14675074.
HSL color Cylindrical-coordinate representation of color #82ECDF: hue angle of 172.64º 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 #82ECDF is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 223 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.07 |
| HSL | 172.64º | 0.74% | 0.72% | - |
| HSV(B) | 172.64º | 0.45% | 0.93% | - |
| XYZ | 52.52 | 70.06 | 80.57 | - |
| YUV | 202.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 223 | 0.45 | 0 | 0.06 | 0.07 | 172.64 | 0.74 | 0.72 |
| Hex | 82 | EC | DF | 2D | 0 | 6 | 7 | AD | 4A | 48 |
| Octal | 202 | 354 | 337 | 55 | 0 | 6 | 7 | 255 | 112 | 110 |
| Binary | 10000010 | 11101100 | 11011111 | 101101 | 0 | 110 | 111 | 10101101 | 1001010 | 1001000 |
Color Harmonies of #82ECDF
Complementary color
Monochromatic Colors of #82ECDF
Black with #82ECDF
Text Example
Text Example
White with #82ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECDF; }
p { color: rgb(130,236,223); }
H1.HeaderClassName
{
color: #82ECDF;
}
.AnyTagClassName
{
color: #82ECDF;
}
</style>
background-color css
<style>
a { background-color: #82ECDF; }
a { background-color: rgb(130,236,223); }
div.DivClassName
{
background-color: #82ECDF;
}
.BgClassName
{
background-color: #82ECDF;
}
</style>
border-color css
<style>
span { border-color: #82ECDF; }
span { border-color: rgb(130,236,223); }
td.TdClassName
{
border-color: #82ECDF;
}
.TagClassName
{
border-color: #82ECDF;
}
</style>