Shades of Aquamarine #82EFE0
Tints of Aquamarine #82EFE0
RGB
CMYK
RGB Variations
Color information
#82EFE0 (or 0x82EFE0) is known color: Aquamarine. HEX triplet: 82, EF and E0. RGB value is (130,239,224). Sum of RGB (Red+Green+Blue) = 130+239+224=593 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.92% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFE0 is #7D101F. Grayscale: #CCCCCC. Windows color (decimal): -8196128 or 14741378. OLE color: 14741378.
HSL color Cylindrical-coordinate representation of color #82EFE0: hue angle of 171.74º 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 #82EFE0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 224 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.06 |
| HSL | 171.74º | 0.77% | 0.72% | - |
| HSV(B) | 171.74º | 0.46% | 0.94% | - |
| XYZ | 53.53 | 71.86 | 81.57 | - |
| YUV | 204.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 224 | 0.46 | 0 | 0.06 | 0.06 | 171.74 | 0.77 | 0.72 |
| Hex | 82 | EF | E0 | 2E | 0 | 6 | 6 | AC | 4D | 48 |
| Octal | 202 | 357 | 340 | 56 | 0 | 6 | 6 | 254 | 115 | 110 |
| Binary | 10000010 | 11101111 | 11100000 | 101110 | 0 | 110 | 110 | 10101100 | 1001101 | 1001000 |
Color Harmonies of #82EFE0
Complementary color
Monochromatic Colors of #82EFE0
Black with #82EFE0
Text Example
Text Example
White with #82EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EFE0; }
p { color: rgb(130,239,224); }
H1.HeaderClassName
{
color: #82EFE0;
}
.AnyTagClassName
{
color: #82EFE0;
}
</style>
background-color css
<style>
a { background-color: #82EFE0; }
a { background-color: rgb(130,239,224); }
div.DivClassName
{
background-color: #82EFE0;
}
.BgClassName
{
background-color: #82EFE0;
}
</style>
border-color css
<style>
span { border-color: #82EFE0; }
span { border-color: rgb(130,239,224); }
td.TdClassName
{
border-color: #82EFE0;
}
.TagClassName
{
border-color: #82EFE0;
}
</style>