Shades of Aquamarine #82FFEA
Tints of Aquamarine #82FFEA
RGB
CMYK
RGB Variations
Color information
#82FFEA (or 0x82FFEA) is known color: Aquamarine. HEX triplet: 82, FF and EA. RGB value is (130,255,234). Sum of RGB (Red+Green+Blue) = 130+255+234=619 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.00% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FFEA is #7D0015. Grayscale: #D7D7D7. Windows color (decimal): -8192022 or 15400834. OLE color: 15400834.
HSL color Cylindrical-coordinate representation of color #82FFEA: hue angle of 169.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFEA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 234 | - |
| CMYK | 0.49 | 0 | 0.08 | 0 |
| HSL | 169.92º | 1% | 0.75% | - |
| HSV(B) | 169.92º | 0.49% | 1% | - |
| XYZ | 59.82 | 82.21 | 90.56 | - |
| YUV | 215.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 234 | 0.49 | 0 | 0.08 | 0 | 169.92 | 1 | 0.75 |
| Hex | 82 | FF | EA | 31 | 0 | 8 | 0 | AA | 64 | 4B |
| Octal | 202 | 377 | 352 | 61 | 0 | 10 | 0 | 252 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11101010 | 110001 | 0 | 1000 | 0 | 10101010 | 1100100 | 1001011 |
Color Harmonies of #82FFEA
Complementary color
Monochromatic Colors of #82FFEA
Black with #82FFEA
Text Example
Text Example
White with #82FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFEA; }
p { color: rgb(130,255,234); }
H1.HeaderClassName
{
color: #82FFEA;
}
.AnyTagClassName
{
color: #82FFEA;
}
</style>
background-color css
<style>
a { background-color: #82FFEA; }
a { background-color: rgb(130,255,234); }
div.DivClassName
{
background-color: #82FFEA;
}
.BgClassName
{
background-color: #82FFEA;
}
</style>
border-color css
<style>
span { border-color: #82FFEA; }
span { border-color: rgb(130,255,234); }
td.TdClassName
{
border-color: #82FFEA;
}
.TagClassName
{
border-color: #82FFEA;
}
</style>