Shades of Aquamarine #82EBE0
Tints of Aquamarine #82EBE0
RGB
CMYK
RGB Variations
Color information
#82EBE0 (or 0x82EBE0) is known color: Aquamarine. HEX triplet: 82, EB and E0. RGB value is (130,235,224). Sum of RGB (Red+Green+Blue) = 130+235+224=589 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.07% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBE0 is #7D141F. Grayscale: #CACACA. Windows color (decimal): -8197152 or 14740354. OLE color: 14740354.
HSL color Cylindrical-coordinate representation of color #82EBE0: hue angle of 173.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBE0 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 235 | 224 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.08 |
| HSL | 173.71º | 0.72% | 0.72% | - |
| HSV(B) | 173.71º | 0.45% | 0.92% | - |
| XYZ | 52.37 | 69.54 | 81.18 | - |
| YUV | 202.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 235 | 224 | 0.45 | 0 | 0.05 | 0.08 | 173.71 | 0.72 | 0.72 |
| Hex | 82 | EB | E0 | 2D | 0 | 5 | 8 | AE | 48 | 48 |
| Octal | 202 | 353 | 340 | 55 | 0 | 5 | 10 | 256 | 110 | 110 |
| Binary | 10000010 | 11101011 | 11100000 | 101101 | 0 | 101 | 1000 | 10101110 | 1001000 | 1001000 |
Color Harmonies of #82EBE0
Complementary color
Monochromatic Colors of #82EBE0
Black with #82EBE0
Text Example
Text Example
White with #82EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EBE0; }
p { color: rgb(130,235,224); }
H1.HeaderClassName
{
color: #82EBE0;
}
.AnyTagClassName
{
color: #82EBE0;
}
</style>
background-color css
<style>
a { background-color: #82EBE0; }
a { background-color: rgb(130,235,224); }
div.DivClassName
{
background-color: #82EBE0;
}
.BgClassName
{
background-color: #82EBE0;
}
</style>
border-color css
<style>
span { border-color: #82EBE0; }
span { border-color: rgb(130,235,224); }
td.TdClassName
{
border-color: #82EBE0;
}
.TagClassName
{
border-color: #82EBE0;
}
</style>