Shades of Aquamarine #82EECF
Tints of Aquamarine #82EECF
RGB
CMYK
RGB Variations
Color information
#82EECF (or 0x82EECF) is known color: Aquamarine. HEX triplet: 82, EE and CF. RGB value is (130,238,207). Sum of RGB (Red+Green+Blue) = 130+238+207=575 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.61% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #82EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EECF is #7D1130. Grayscale: #CACACA. Windows color (decimal): -8196401 or 13627010. OLE color: 13627010.
HSL color Cylindrical-coordinate representation of color #82EECF: hue angle of 162.78º degrees, saturation: 0.76, 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 #82EECF is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 238 | 207 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.07 |
| HSL | 162.78º | 0.76% | 0.72% | - |
| HSV(B) | 162.78º | 0.45% | 0.93% | - |
| XYZ | 51.04 | 70.4 | 69.93 | - |
| YUV | 202.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 238 | 207 | 0.45 | 0 | 0.13 | 0.07 | 162.78 | 0.76 | 0.72 |
| Hex | 82 | EE | CF | 2D | 0 | D | 7 | A3 | 4C | 48 |
| Octal | 202 | 356 | 317 | 55 | 0 | 15 | 7 | 243 | 114 | 110 |
| Binary | 10000010 | 11101110 | 11001111 | 101101 | 0 | 1101 | 111 | 10100011 | 1001100 | 1001000 |
Color Harmonies of #82EECF
Complementary color
Monochromatic Colors of #82EECF
Black with #82EECF
Text Example
Text Example
White with #82EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EECF; }
p { color: rgb(130,238,207); }
H1.HeaderClassName
{
color: #82EECF;
}
.AnyTagClassName
{
color: #82EECF;
}
</style>
background-color css
<style>
a { background-color: #82EECF; }
a { background-color: rgb(130,238,207); }
div.DivClassName
{
background-color: #82EECF;
}
.BgClassName
{
background-color: #82EECF;
}
</style>
border-color css
<style>
span { border-color: #82EECF; }
span { border-color: rgb(130,238,207); }
td.TdClassName
{
border-color: #82EECF;
}
.TagClassName
{
border-color: #82EECF;
}
</style>