Shades of Aquamarine #80EEE2
Tints of Aquamarine #80EEE2
RGB
CMYK
RGB Variations
Color information
#80EEE2 (or 0x80EEE2) is known color: Aquamarine. HEX triplet: 80, EE and E2. RGB value is (128,238,226). Sum of RGB (Red+Green+Blue) = 128+238+226=592 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.62% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEE2 is #7F111D. Grayscale: #CBCBCB. Windows color (decimal): -8327454 or 14872192. OLE color: 14872192.
HSL color Cylindrical-coordinate representation of color #80EEE2: hue angle of 173.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEE2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 226 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.07 |
| HSL | 173.45º | 0.76% | 0.72% | - |
| HSV(B) | 173.45º | 0.46% | 0.93% | - |
| XYZ | 53.2 | 71.23 | 82.9 | - |
| YUV | 203.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 226 | 0.46 | 0 | 0.05 | 0.07 | 173.45 | 0.76 | 0.72 |
| Hex | 80 | EE | E2 | 2E | 0 | 5 | 7 | AD | 4C | 48 |
| Octal | 200 | 356 | 342 | 56 | 0 | 5 | 7 | 255 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11100010 | 101110 | 0 | 101 | 111 | 10101101 | 1001100 | 1001000 |
Color Harmonies of #80EEE2
Complementary color
Monochromatic Colors of #80EEE2
Black with #80EEE2
Text Example
Text Example
White with #80EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEE2; }
p { color: rgb(128,238,226); }
H1.HeaderClassName
{
color: #80EEE2;
}
.AnyTagClassName
{
color: #80EEE2;
}
</style>
background-color css
<style>
a { background-color: #80EEE2; }
a { background-color: rgb(128,238,226); }
div.DivClassName
{
background-color: #80EEE2;
}
.BgClassName
{
background-color: #80EEE2;
}
</style>
border-color css
<style>
span { border-color: #80EEE2; }
span { border-color: rgb(128,238,226); }
td.TdClassName
{
border-color: #80EEE2;
}
.TagClassName
{
border-color: #80EEE2;
}
</style>