Shades of Aquamarine #82EFE2
Tints of Aquamarine #82EFE2
RGB
CMYK
RGB Variations
Color information
#82EFE2 (or 0x82EFE2) is known color: Aquamarine. HEX triplet: 82, EF and E2. RGB value is (130,239,226). Sum of RGB (Red+Green+Blue) = 130+239+226=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFE2 is #7D101D. Grayscale: #CCCCCC. Windows color (decimal): -8196126 or 14872450. OLE color: 14872450.
HSL color Cylindrical-coordinate representation of color #82EFE2: hue angle of 172.84º 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 #82EFE2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 226 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.06 |
| HSL | 172.84º | 0.77% | 0.72% | - |
| HSV(B) | 172.84º | 0.46% | 0.94% | - |
| XYZ | 53.8 | 71.97 | 83.01 | - |
| YUV | 204.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 226 | 0.46 | 0 | 0.05 | 0.06 | 172.84 | 0.77 | 0.72 |
| Hex | 82 | EF | E2 | 2E | 0 | 5 | 6 | AD | 4D | 48 |
| Octal | 202 | 357 | 342 | 56 | 0 | 5 | 6 | 255 | 115 | 110 |
| Binary | 10000010 | 11101111 | 11100010 | 101110 | 0 | 101 | 110 | 10101101 | 1001101 | 1001000 |
Color Harmonies of #82EFE2
Complementary color
Monochromatic Colors of #82EFE2
Black with #82EFE2
Text Example
Text Example
White with #82EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EFE2; }
p { color: rgb(130,239,226); }
H1.HeaderClassName
{
color: #82EFE2;
}
.AnyTagClassName
{
color: #82EFE2;
}
</style>
background-color css
<style>
a { background-color: #82EFE2; }
a { background-color: rgb(130,239,226); }
div.DivClassName
{
background-color: #82EFE2;
}
.BgClassName
{
background-color: #82EFE2;
}
</style>
border-color css
<style>
span { border-color: #82EFE2; }
span { border-color: rgb(130,239,226); }
td.TdClassName
{
border-color: #82EFE2;
}
.TagClassName
{
border-color: #82EFE2;
}
</style>