Shades of Aquamarine #82FDE3
Tints of Aquamarine #82FDE3
RGB
CMYK
RGB Variations
Color information
#82FDE3 (or 0x82FDE3) is known color: Aquamarine. HEX triplet: 82, FD and E3. RGB value is (130,253,227). Sum of RGB (Red+Green+Blue) = 130+253+227=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDE3 is #7D021C. Grayscale: #D5D5D5. Windows color (decimal): -8192541 or 14941570. OLE color: 14941570.
HSL color Cylindrical-coordinate representation of color #82FDE3: hue angle of 167.32º 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 #82FDE3 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 253 | 227 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.01 |
| HSL | 167.32º | 0.97% | 0.75% | - |
| HSV(B) | 167.32º | 0.49% | 0.99% | - |
| XYZ | 58.2 | 80.54 | 85.15 | - |
| YUV | 213.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 253 | 227 | 0.49 | 0 | 0.10 | 0.01 | 167.32 | 0.97 | 0.75 |
| Hex | 82 | FD | E3 | 31 | 0 | A | 1 | A7 | 61 | 4B |
| Octal | 202 | 375 | 343 | 61 | 0 | 12 | 1 | 247 | 141 | 113 |
| Binary | 10000010 | 11111101 | 11100011 | 110001 | 0 | 1010 | 1 | 10100111 | 1100001 | 1001011 |
Color Harmonies of #82FDE3
Complementary color
Monochromatic Colors of #82FDE3
Black with #82FDE3
Text Example
Text Example
White with #82FDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FDE3; }
p { color: rgb(130,253,227); }
H1.HeaderClassName
{
color: #82FDE3;
}
.AnyTagClassName
{
color: #82FDE3;
}
</style>
background-color css
<style>
a { background-color: #82FDE3; }
a { background-color: rgb(130,253,227); }
div.DivClassName
{
background-color: #82FDE3;
}
.BgClassName
{
background-color: #82FDE3;
}
</style>
border-color css
<style>
span { border-color: #82FDE3; }
span { border-color: rgb(130,253,227); }
td.TdClassName
{
border-color: #82FDE3;
}
.TagClassName
{
border-color: #82FDE3;
}
</style>