Shades of Aquamarine #82FEC1
Tints of Aquamarine #82FEC1
RGB
CMYK
RGB Variations
Color information
#82FEC1 (or 0x82FEC1) is known color: Aquamarine. HEX triplet: 82, FE and C1. RGB value is (130,254,193). Sum of RGB (Red+Green+Blue) = 130+254+193=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FEC1 is #7D013E. Grayscale: #D2D2D2. Windows color (decimal): -8192319 or 12713602. OLE color: 12713602.
HSL color Cylindrical-coordinate representation of color #82FEC1: hue angle of 150.48º 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 #82FEC1 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 193 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.00 |
| HSL | 150.48º | 0.98% | 0.75% | - |
| HSV(B) | 150.48º | 0.49% | 1% | - |
| XYZ | 54.27 | 79.48 | 62.93 | - |
| YUV | 209.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 193 | 0.49 | 0 | 0.24 | 0.00 | 150.48 | 0.98 | 0.75 |
| Hex | 82 | FE | C1 | 31 | 0 | 18 | 0 | 96 | 62 | 4B |
| Octal | 202 | 376 | 301 | 61 | 0 | 30 | 0 | 226 | 142 | 113 |
| Binary | 10000010 | 11111110 | 11000001 | 110001 | 0 | 11000 | 0 | 10010110 | 1100010 | 1001011 |
Color Harmonies of #82FEC1
Complementary color
Monochromatic Colors of #82FEC1
Black with #82FEC1
Text Example
Text Example
White with #82FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FEC1; }
p { color: rgb(130,254,193); }
H1.HeaderClassName
{
color: #82FEC1;
}
.AnyTagClassName
{
color: #82FEC1;
}
</style>
background-color css
<style>
a { background-color: #82FEC1; }
a { background-color: rgb(130,254,193); }
div.DivClassName
{
background-color: #82FEC1;
}
.BgClassName
{
background-color: #82FEC1;
}
</style>
border-color css
<style>
span { border-color: #82FEC1; }
span { border-color: rgb(130,254,193); }
td.TdClassName
{
border-color: #82FEC1;
}
.TagClassName
{
border-color: #82FEC1;
}
</style>