Shades of Aquamarine #82FDEA
Tints of Aquamarine #82FDEA
RGB
CMYK
RGB Variations
Color information
#82FDEA (or 0x82FDEA) is known color: Aquamarine. HEX triplet: 82, FD and EA. RGB value is (130,253,234). Sum of RGB (Red+Green+Blue) = 130+253+234=617 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.07% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FDEA is #7D0215. Grayscale: #D6D6D6. Windows color (decimal): -8192534 or 15400322. OLE color: 15400322.
HSL color Cylindrical-coordinate representation of color #82FDEA: hue angle of 170.73º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FDEA is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 253 | 234 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.01 |
| HSL | 170.73º | 0.97% | 0.75% | - |
| HSV(B) | 170.73º | 0.49% | 0.99% | - |
| XYZ | 59.18 | 80.94 | 90.35 | - |
| YUV | 214.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 253 | 234 | 0.49 | 0 | 0.08 | 0.01 | 170.73 | 0.97 | 0.75 |
| Hex | 82 | FD | EA | 31 | 0 | 8 | 1 | AB | 61 | 4B |
| Octal | 202 | 375 | 352 | 61 | 0 | 10 | 1 | 253 | 141 | 113 |
| Binary | 10000010 | 11111101 | 11101010 | 110001 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001011 |
Color Harmonies of #82FDEA
Complementary color
Monochromatic Colors of #82FDEA
Black with #82FDEA
Text Example
Text Example
White with #82FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FDEA; }
p { color: rgb(130,253,234); }
H1.HeaderClassName
{
color: #82FDEA;
}
.AnyTagClassName
{
color: #82FDEA;
}
</style>
background-color css
<style>
a { background-color: #82FDEA; }
a { background-color: rgb(130,253,234); }
div.DivClassName
{
background-color: #82FDEA;
}
.BgClassName
{
background-color: #82FDEA;
}
</style>
border-color css
<style>
span { border-color: #82FDEA; }
span { border-color: rgb(130,253,234); }
td.TdClassName
{
border-color: #82FDEA;
}
.TagClassName
{
border-color: #82FDEA;
}
</style>