Shades of Aquamarine #82EFDD
Tints of Aquamarine #82EFDD
RGB
CMYK
RGB Variations
Color information
#82EFDD (or 0x82EFDD) is known color: Aquamarine. HEX triplet: 82, EF and DD. RGB value is (130,239,221). Sum of RGB (Red+Green+Blue) = 130+239+221=590 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.03% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFDD is #7D1022. Grayscale: #CCCCCC. Windows color (decimal): -8196131 or 14544770. OLE color: 14544770.
HSL color Cylindrical-coordinate representation of color #82EFDD: hue angle of 170.09º 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 #82EFDD is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 221 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.06 |
| HSL | 170.09º | 0.77% | 0.72% | - |
| HSV(B) | 170.09º | 0.46% | 0.94% | - |
| XYZ | 53.12 | 71.7 | 79.45 | - |
| YUV | 204.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 221 | 0.46 | 0 | 0.08 | 0.06 | 170.09 | 0.77 | 0.72 |
| Hex | 82 | EF | DD | 2E | 0 | 8 | 6 | AA | 4D | 48 |
| Octal | 202 | 357 | 335 | 56 | 0 | 10 | 6 | 252 | 115 | 110 |
| Binary | 10000010 | 11101111 | 11011101 | 101110 | 0 | 1000 | 110 | 10101010 | 1001101 | 1001000 |
Color Harmonies of #82EFDD
Complementary color
Monochromatic Colors of #82EFDD
Black with #82EFDD
Text Example
Text Example
White with #82EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EFDD; }
p { color: rgb(130,239,221); }
H1.HeaderClassName
{
color: #82EFDD;
}
.AnyTagClassName
{
color: #82EFDD;
}
</style>
background-color css
<style>
a { background-color: #82EFDD; }
a { background-color: rgb(130,239,221); }
div.DivClassName
{
background-color: #82EFDD;
}
.BgClassName
{
background-color: #82EFDD;
}
</style>
border-color css
<style>
span { border-color: #82EFDD; }
span { border-color: rgb(130,239,221); }
td.TdClassName
{
border-color: #82EFDD;
}
.TagClassName
{
border-color: #82EFDD;
}
</style>