Shades of Aquamarine #80EADC
Tints of Aquamarine #80EADC
RGB
CMYK
RGB Variations
Color information
#80EADC (or 0x80EADC) is known color: Aquamarine. HEX triplet: 80, EA and DC. RGB value is (128,234,220). Sum of RGB (Red+Green+Blue) = 128+234+220=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #80EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EADC is #7F1523. Grayscale: #C8C8C8. Windows color (decimal): -8328484 or 14477952. OLE color: 14477952.
HSL color Cylindrical-coordinate representation of color #80EADC: hue angle of 172.08º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EADC is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 220 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.08 |
| HSL | 172.08º | 0.72% | 0.71% | - |
| HSV(B) | 172.08º | 0.45% | 0.92% | - |
| XYZ | 51.24 | 68.6 | 78.25 | - |
| YUV | 200.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 220 | 0.45 | 0 | 0.06 | 0.08 | 172.08 | 0.72 | 0.71 |
| Hex | 80 | EA | DC | 2D | 0 | 6 | 8 | AC | 48 | 47 |
| Octal | 200 | 352 | 334 | 55 | 0 | 6 | 10 | 254 | 110 | 107 |
| Binary | 10000000 | 11101010 | 11011100 | 101101 | 0 | 110 | 1000 | 10101100 | 1001000 | 1000111 |
Color Harmonies of #80EADC
Complementary color
Monochromatic Colors of #80EADC
Black with #80EADC
Text Example
Text Example
White with #80EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EADC; }
p { color: rgb(128,234,220); }
H1.HeaderClassName
{
color: #80EADC;
}
.AnyTagClassName
{
color: #80EADC;
}
</style>
background-color css
<style>
a { background-color: #80EADC; }
a { background-color: rgb(128,234,220); }
div.DivClassName
{
background-color: #80EADC;
}
.BgClassName
{
background-color: #80EADC;
}
</style>
border-color css
<style>
span { border-color: #80EADC; }
span { border-color: rgb(128,234,220); }
td.TdClassName
{
border-color: #80EADC;
}
.TagClassName
{
border-color: #80EADC;
}
</style>