Shades of Aquamarine #80EED5
Tints of Aquamarine #80EED5
RGB
CMYK
RGB Variations
Color information
#80EED5 (or 0x80EED5) is known color: Aquamarine. HEX triplet: 80, EE and D5. RGB value is (128,238,213). Sum of RGB (Red+Green+Blue) = 128+238+213=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #80EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EED5 is #7F112A. Grayscale: #CACACA. Windows color (decimal): -8327467 or 14020224. OLE color: 14020224.
HSL color Cylindrical-coordinate representation of color #80EED5: hue angle of 166.36º 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 #80EED5 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 213 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.07 |
| HSL | 166.36º | 0.76% | 0.72% | - |
| HSV(B) | 166.36º | 0.46% | 0.93% | - |
| XYZ | 51.49 | 70.54 | 73.85 | - |
| YUV | 202.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 213 | 0.46 | 0 | 0.11 | 0.07 | 166.36 | 0.76 | 0.72 |
| Hex | 80 | EE | D5 | 2E | 0 | B | 7 | A6 | 4C | 48 |
| Octal | 200 | 356 | 325 | 56 | 0 | 13 | 7 | 246 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11010101 | 101110 | 0 | 1011 | 111 | 10100110 | 1001100 | 1001000 |
Color Harmonies of #80EED5
Complementary color
Monochromatic Colors of #80EED5
Black with #80EED5
Text Example
Text Example
White with #80EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EED5; }
p { color: rgb(128,238,213); }
H1.HeaderClassName
{
color: #80EED5;
}
.AnyTagClassName
{
color: #80EED5;
}
</style>
background-color css
<style>
a { background-color: #80EED5; }
a { background-color: rgb(128,238,213); }
div.DivClassName
{
background-color: #80EED5;
}
.BgClassName
{
background-color: #80EED5;
}
</style>
border-color css
<style>
span { border-color: #80EED5; }
span { border-color: rgb(128,238,213); }
td.TdClassName
{
border-color: #80EED5;
}
.TagClassName
{
border-color: #80EED5;
}
</style>