Shades of Aquamarine #82EFC5
Tints of Aquamarine #82EFC5
RGB
CMYK
RGB Variations
Color information
#82EFC5 (or 0x82EFC5) is known color: Aquamarine. HEX triplet: 82, EF and C5. RGB value is (130,239,197). Sum of RGB (Red+Green+Blue) = 130+239+197=566 (74% of max value = 765). Red value is 130 (51.17% from 255 or 22.97% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFC5 is #7D103A. Grayscale: #C9C9C9. Windows color (decimal): -8196155 or 12971906. OLE color: 12971906.
HSL color Cylindrical-coordinate representation of color #82EFC5: hue angle of 156.88º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFC5 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 197 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.06 |
| HSL | 156.88º | 0.77% | 0.72% | - |
| HSV(B) | 156.88º | 0.46% | 0.94% | - |
| XYZ | 50.15 | 70.51 | 63.79 | - |
| YUV | 201.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 197 | 0.46 | 0 | 0.18 | 0.06 | 156.88 | 0.77 | 0.72 |
| Hex | 82 | EF | C5 | 2E | 0 | 12 | 6 | 9D | 4D | 48 |
| Octal | 202 | 357 | 305 | 56 | 0 | 22 | 6 | 235 | 115 | 110 |
| Binary | 10000010 | 11101111 | 11000101 | 101110 | 0 | 10010 | 110 | 10011101 | 1001101 | 1001000 |
Color Harmonies of #82EFC5
Complementary color
Monochromatic Colors of #82EFC5
Black with #82EFC5
Text Example
Text Example
White with #82EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EFC5; }
p { color: rgb(130,239,197); }
H1.HeaderClassName
{
color: #82EFC5;
}
.AnyTagClassName
{
color: #82EFC5;
}
</style>
background-color css
<style>
a { background-color: #82EFC5; }
a { background-color: rgb(130,239,197); }
div.DivClassName
{
background-color: #82EFC5;
}
.BgClassName
{
background-color: #82EFC5;
}
</style>
border-color css
<style>
span { border-color: #82EFC5; }
span { border-color: rgb(130,239,197); }
td.TdClassName
{
border-color: #82EFC5;
}
.TagClassName
{
border-color: #82EFC5;
}
</style>