Shades of Aquamarine #82ECC7
Tints of Aquamarine #82ECC7
RGB
CMYK
RGB Variations
Color information
#82ECC7 (or 0x82ECC7) is known color: Aquamarine. HEX triplet: 82, EC and C7. RGB value is (130,236,199). Sum of RGB (Red+Green+Blue) = 130+236+199=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECC7 is #7D1338. Grayscale: #C8C8C8. Windows color (decimal): -8196921 or 13102210. OLE color: 13102210.
HSL color Cylindrical-coordinate representation of color #82ECC7: hue angle of 159.06º 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 #82ECC7 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 199 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.07 |
| HSL | 159.06º | 0.74% | 0.72% | - |
| HSV(B) | 159.06º | 0.45% | 0.93% | - |
| XYZ | 49.51 | 68.86 | 64.71 | - |
| YUV | 200.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 199 | 0.45 | 0 | 0.16 | 0.07 | 159.06 | 0.74 | 0.72 |
| Hex | 82 | EC | C7 | 2D | 0 | 10 | 7 | 9F | 4A | 48 |
| Octal | 202 | 354 | 307 | 55 | 0 | 20 | 7 | 237 | 112 | 110 |
| Binary | 10000010 | 11101100 | 11000111 | 101101 | 0 | 10000 | 111 | 10011111 | 1001010 | 1001000 |
Color Harmonies of #82ECC7
Complementary color
Monochromatic Colors of #82ECC7
Black with #82ECC7
Text Example
Text Example
White with #82ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECC7; }
p { color: rgb(130,236,199); }
H1.HeaderClassName
{
color: #82ECC7;
}
.AnyTagClassName
{
color: #82ECC7;
}
</style>
background-color css
<style>
a { background-color: #82ECC7; }
a { background-color: rgb(130,236,199); }
div.DivClassName
{
background-color: #82ECC7;
}
.BgClassName
{
background-color: #82ECC7;
}
</style>
border-color css
<style>
span { border-color: #82ECC7; }
span { border-color: rgb(130,236,199); }
td.TdClassName
{
border-color: #82ECC7;
}
.TagClassName
{
border-color: #82ECC7;
}
</style>