Shades of Aquamarine #82EFDB
Tints of Aquamarine #82EFDB
RGB
CMYK
RGB Variations
Color information
#82EFDB (or 0x82EFDB) is known color: Aquamarine. HEX triplet: 82, EF and DB. RGB value is (130,239,219). Sum of RGB (Red+Green+Blue) = 130+239+219=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFDB is #7D1024. Grayscale: #CCCCCC. Windows color (decimal): -8196133 or 14413698. OLE color: 14413698.
HSL color Cylindrical-coordinate representation of color #82EFDB: hue angle of 168.99º 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 #82EFDB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 219 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.06 |
| HSL | 168.99º | 0.77% | 0.72% | - |
| HSV(B) | 168.99º | 0.46% | 0.94% | - |
| XYZ | 52.86 | 71.59 | 78.05 | - |
| YUV | 204.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 219 | 0.46 | 0 | 0.08 | 0.06 | 168.99 | 0.77 | 0.72 |
| Hex | 82 | EF | DB | 2E | 0 | 8 | 6 | A9 | 4D | 48 |
| Octal | 202 | 357 | 333 | 56 | 0 | 10 | 6 | 251 | 115 | 110 |
| Binary | 10000010 | 11101111 | 11011011 | 101110 | 0 | 1000 | 110 | 10101001 | 1001101 | 1001000 |
Color Harmonies of #82EFDB
Complementary color
Monochromatic Colors of #82EFDB
Black with #82EFDB
Text Example
Text Example
White with #82EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EFDB; }
p { color: rgb(130,239,219); }
H1.HeaderClassName
{
color: #82EFDB;
}
.AnyTagClassName
{
color: #82EFDB;
}
</style>
background-color css
<style>
a { background-color: #82EFDB; }
a { background-color: rgb(130,239,219); }
div.DivClassName
{
background-color: #82EFDB;
}
.BgClassName
{
background-color: #82EFDB;
}
</style>
border-color css
<style>
span { border-color: #82EFDB; }
span { border-color: rgb(130,239,219); }
td.TdClassName
{
border-color: #82EFDB;
}
.TagClassName
{
border-color: #82EFDB;
}
</style>