Shades of Aquamarine #82FEDA
Tints of Aquamarine #82FEDA
RGB
CMYK
RGB Variations
Color information
#82FEDA (or 0x82FEDA) is known color: Aquamarine. HEX triplet: 82, FE and DA. RGB value is (130,254,218). Sum of RGB (Red+Green+Blue) = 130+254+218=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FEDA is #7D0125. Grayscale: #D4D4D4. Windows color (decimal): -8192294 or 14352002. OLE color: 14352002.
HSL color Cylindrical-coordinate representation of color #82FEDA: hue angle of 162.58º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FEDA is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 218 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.00 |
| HSL | 162.58º | 0.98% | 0.75% | - |
| HSV(B) | 162.58º | 0.49% | 1% | - |
| XYZ | 57.3 | 80.69 | 78.88 | - |
| YUV | 212.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 218 | 0.49 | 0 | 0.14 | 0.00 | 162.58 | 0.98 | 0.75 |
| Hex | 82 | FE | DA | 31 | 0 | E | 0 | A3 | 62 | 4B |
| Octal | 202 | 376 | 332 | 61 | 0 | 16 | 0 | 243 | 142 | 113 |
| Binary | 10000010 | 11111110 | 11011010 | 110001 | 0 | 1110 | 0 | 10100011 | 1100010 | 1001011 |
Color Harmonies of #82FEDA
Complementary color
Monochromatic Colors of #82FEDA
Black with #82FEDA
Text Example
Text Example
White with #82FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FEDA; }
p { color: rgb(130,254,218); }
H1.HeaderClassName
{
color: #82FEDA;
}
.AnyTagClassName
{
color: #82FEDA;
}
</style>
background-color css
<style>
a { background-color: #82FEDA; }
a { background-color: rgb(130,254,218); }
div.DivClassName
{
background-color: #82FEDA;
}
.BgClassName
{
background-color: #82FEDA;
}
</style>
border-color css
<style>
span { border-color: #82FEDA; }
span { border-color: rgb(130,254,218); }
td.TdClassName
{
border-color: #82FEDA;
}
.TagClassName
{
border-color: #82FEDA;
}
</style>