Shades of Aquamarine #82FFE1
Tints of Aquamarine #82FFE1
RGB
CMYK
RGB Variations
Color information
#82FFE1 (or 0x82FFE1) is known color: Aquamarine. HEX triplet: 82, FF and E1. RGB value is (130,255,225). Sum of RGB (Red+Green+Blue) = 130+255+225=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFE1 is #7D001E. Grayscale: #D6D6D6. Windows color (decimal): -8192031 or 14811010. OLE color: 14811010.
HSL color Cylindrical-coordinate representation of color #82FFE1: hue angle of 165.6º 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 #82FFE1 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 225 | - |
| CMYK | 0.49 | 0 | 0.12 | 0 |
| HSL | 165.6º | 1% | 0.75% | - |
| HSV(B) | 165.6º | 0.49% | 1% | - |
| XYZ | 58.56 | 81.7 | 83.92 | - |
| YUV | 214.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 225 | 0.49 | 0 | 0.12 | 0 | 165.6 | 1 | 0.75 |
| Hex | 82 | FF | E1 | 31 | 0 | C | 0 | A6 | 64 | 4B |
| Octal | 202 | 377 | 341 | 61 | 0 | 14 | 0 | 246 | 144 | 113 |
| Binary | 10000010 | 11111111 | 11100001 | 110001 | 0 | 1100 | 0 | 10100110 | 1100100 | 1001011 |
Color Harmonies of #82FFE1
Complementary color
Monochromatic Colors of #82FFE1
Black with #82FFE1
Text Example
Text Example
White with #82FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FFE1; }
p { color: rgb(130,255,225); }
H1.HeaderClassName
{
color: #82FFE1;
}
.AnyTagClassName
{
color: #82FFE1;
}
</style>
background-color css
<style>
a { background-color: #82FFE1; }
a { background-color: rgb(130,255,225); }
div.DivClassName
{
background-color: #82FFE1;
}
.BgClassName
{
background-color: #82FFE1;
}
</style>
border-color css
<style>
span { border-color: #82FFE1; }
span { border-color: rgb(130,255,225); }
td.TdClassName
{
border-color: #82FFE1;
}
.TagClassName
{
border-color: #82FFE1;
}
</style>