Shades of Aquamarine #82FECE
Tints of Aquamarine #82FECE
RGB
CMYK
RGB Variations
Color information
#82FECE (or 0x82FECE) is known color: Aquamarine. HEX triplet: 82, FE and CE. RGB value is (130,254,206). Sum of RGB (Red+Green+Blue) = 130+254+206=590 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.03% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #82FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FECE is #7D0131. Grayscale: #D3D3D3. Windows color (decimal): -8192306 or 13565570. OLE color: 13565570.
HSL color Cylindrical-coordinate representation of color #82FECE: hue angle of 156.77º 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 #82FECE is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 254 | 206 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.00 |
| HSL | 156.77º | 0.98% | 0.75% | - |
| HSV(B) | 156.77º | 0.49% | 1% | - |
| XYZ | 55.79 | 80.09 | 70.91 | - |
| YUV | 211.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 254 | 206 | 0.49 | 0 | 0.19 | 0.00 | 156.77 | 0.98 | 0.75 |
| Hex | 82 | FE | CE | 31 | 0 | 13 | 0 | 9D | 62 | 4B |
| Octal | 202 | 376 | 316 | 61 | 0 | 23 | 0 | 235 | 142 | 113 |
| Binary | 10000010 | 11111110 | 11001110 | 110001 | 0 | 10011 | 0 | 10011101 | 1100010 | 1001011 |
Color Harmonies of #82FECE
Complementary color
Monochromatic Colors of #82FECE
Black with #82FECE
Text Example
Text Example
White with #82FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FECE; }
p { color: rgb(130,254,206); }
H1.HeaderClassName
{
color: #82FECE;
}
.AnyTagClassName
{
color: #82FECE;
}
</style>
background-color css
<style>
a { background-color: #82FECE; }
a { background-color: rgb(130,254,206); }
div.DivClassName
{
background-color: #82FECE;
}
.BgClassName
{
background-color: #82FECE;
}
</style>
border-color css
<style>
span { border-color: #82FECE; }
span { border-color: rgb(130,254,206); }
td.TdClassName
{
border-color: #82FECE;
}
.TagClassName
{
border-color: #82FECE;
}
</style>