Shades of Aquamarine #82FEC2
Tints of Aquamarine #82FEC2
RGB
CMYK
RGB Variations
Color information
#82FEC2 (or 0x82FEC2) is known color: Aquamarine. HEX triplet: 82, FE and C2. RGB value is (130,254,194). Sum of RGB (Red+Green+Blue) = 130+254+194=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #82FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FEC2 is #7D013D. Grayscale: #D2D2D2. Windows color (decimal): -8192318 or 12779138. OLE color: 12779138.
HSL color Cylindrical-coordinate representation of color #82FEC2: hue angle of 150.97º 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 #82FEC2 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 194 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.00 |
| HSL | 150.97º | 0.98% | 0.75% | - |
| HSV(B) | 150.97º | 0.49% | 1% | - |
| XYZ | 54.39 | 79.52 | 63.52 | - |
| YUV | 210.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 194 | 0.49 | 0 | 0.24 | 0.00 | 150.97 | 0.98 | 0.75 |
| Hex | 82 | FE | C2 | 31 | 0 | 18 | 0 | 97 | 62 | 4B |
| Octal | 202 | 376 | 302 | 61 | 0 | 30 | 0 | 227 | 142 | 113 |
| Binary | 10000010 | 11111110 | 11000010 | 110001 | 0 | 11000 | 0 | 10010111 | 1100010 | 1001011 |
Color Harmonies of #82FEC2
Complementary color
Monochromatic Colors of #82FEC2
Black with #82FEC2
Text Example
Text Example
White with #82FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FEC2; }
p { color: rgb(130,254,194); }
H1.HeaderClassName
{
color: #82FEC2;
}
.AnyTagClassName
{
color: #82FEC2;
}
</style>
background-color css
<style>
a { background-color: #82FEC2; }
a { background-color: rgb(130,254,194); }
div.DivClassName
{
background-color: #82FEC2;
}
.BgClassName
{
background-color: #82FEC2;
}
</style>
border-color css
<style>
span { border-color: #82FEC2; }
span { border-color: rgb(130,254,194); }
td.TdClassName
{
border-color: #82FEC2;
}
.TagClassName
{
border-color: #82FEC2;
}
</style>