Shades of Aquamarine #80EADB
Tints of Aquamarine #80EADB
RGB
CMYK
RGB Variations
Color information
#80EADB (or 0x80EADB) is known color: Aquamarine. HEX triplet: 80, EA and DB. RGB value is (128,234,219). Sum of RGB (Red+Green+Blue) = 128+234+219=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #80EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EADB is #7F1524. Grayscale: #C8C8C8. Windows color (decimal): -8328485 or 14412416. OLE color: 14412416.
HSL color Cylindrical-coordinate representation of color #80EADB: hue angle of 171.51º 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 #80EADB is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 219 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.08 |
| HSL | 171.51º | 0.72% | 0.71% | - |
| HSV(B) | 171.51º | 0.45% | 0.92% | - |
| XYZ | 51.11 | 68.55 | 77.56 | - |
| YUV | 200.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 219 | 0.45 | 0 | 0.06 | 0.08 | 171.51 | 0.72 | 0.71 |
| Hex | 80 | EA | DB | 2D | 0 | 6 | 8 | AC | 48 | 47 |
| Octal | 200 | 352 | 333 | 55 | 0 | 6 | 10 | 254 | 110 | 107 |
| Binary | 10000000 | 11101010 | 11011011 | 101101 | 0 | 110 | 1000 | 10101100 | 1001000 | 1000111 |
Color Harmonies of #80EADB
Complementary color
Monochromatic Colors of #80EADB
Black with #80EADB
Text Example
Text Example
White with #80EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EADB; }
p { color: rgb(128,234,219); }
H1.HeaderClassName
{
color: #80EADB;
}
.AnyTagClassName
{
color: #80EADB;
}
</style>
background-color css
<style>
a { background-color: #80EADB; }
a { background-color: rgb(128,234,219); }
div.DivClassName
{
background-color: #80EADB;
}
.BgClassName
{
background-color: #80EADB;
}
</style>
border-color css
<style>
span { border-color: #80EADB; }
span { border-color: rgb(128,234,219); }
td.TdClassName
{
border-color: #80EADB;
}
.TagClassName
{
border-color: #80EADB;
}
</style>