Shades of Aquamarine #80EED0
Tints of Aquamarine #80EED0
RGB
CMYK
RGB Variations
Color information
#80EED0 (or 0x80EED0) is known color: Aquamarine. HEX triplet: 80, EE and D0. RGB value is (128,238,208). Sum of RGB (Red+Green+Blue) = 128+238+208=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #80EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EED0 is #7F112F. Grayscale: #C9C9C9. Windows color (decimal): -8327472 or 13692544. OLE color: 13692544.
HSL color Cylindrical-coordinate representation of color #80EED0: hue angle of 163.64º 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 #80EED0 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 208 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.07 |
| HSL | 163.64º | 0.76% | 0.72% | - |
| HSV(B) | 163.64º | 0.46% | 0.93% | - |
| XYZ | 50.86 | 70.29 | 70.56 | - |
| YUV | 201.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 208 | 0.46 | 0 | 0.13 | 0.07 | 163.64 | 0.76 | 0.72 |
| Hex | 80 | EE | D0 | 2E | 0 | D | 7 | A4 | 4C | 48 |
| Octal | 200 | 356 | 320 | 56 | 0 | 15 | 7 | 244 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11010000 | 101110 | 0 | 1101 | 111 | 10100100 | 1001100 | 1001000 |
Color Harmonies of #80EED0
Complementary color
Monochromatic Colors of #80EED0
Black with #80EED0
Text Example
Text Example
White with #80EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EED0; }
p { color: rgb(128,238,208); }
H1.HeaderClassName
{
color: #80EED0;
}
.AnyTagClassName
{
color: #80EED0;
}
</style>
background-color css
<style>
a { background-color: #80EED0; }
a { background-color: rgb(128,238,208); }
div.DivClassName
{
background-color: #80EED0;
}
.BgClassName
{
background-color: #80EED0;
}
</style>
border-color css
<style>
span { border-color: #80EED0; }
span { border-color: rgb(128,238,208); }
td.TdClassName
{
border-color: #80EED0;
}
.TagClassName
{
border-color: #80EED0;
}
</style>