Shades of Aquamarine #80EEDB
Tints of Aquamarine #80EEDB
RGB
CMYK
RGB Variations
Color information
#80EEDB (or 0x80EEDB) is known color: Aquamarine. HEX triplet: 80, EE and DB. RGB value is (128,238,219). Sum of RGB (Red+Green+Blue) = 128+238+219=585 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.88% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEDB is #7F1124. Grayscale: #CACACA. Windows color (decimal): -8327461 or 14413440. OLE color: 14413440.
HSL color Cylindrical-coordinate representation of color #80EEDB: hue angle of 169.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 #80EEDB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 219 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.07 |
| HSL | 169.64º | 0.76% | 0.72% | - |
| HSV(B) | 169.64º | 0.46% | 0.93% | - |
| XYZ | 52.26 | 70.85 | 77.94 | - |
| YUV | 202.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 219 | 0.46 | 0 | 0.08 | 0.07 | 169.64 | 0.76 | 0.72 |
| Hex | 80 | EE | DB | 2E | 0 | 8 | 7 | AA | 4C | 48 |
| Octal | 200 | 356 | 333 | 56 | 0 | 10 | 7 | 252 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11011011 | 101110 | 0 | 1000 | 111 | 10101010 | 1001100 | 1001000 |
Color Harmonies of #80EEDB
Complementary color
Monochromatic Colors of #80EEDB
Black with #80EEDB
Text Example
Text Example
White with #80EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEDB; }
p { color: rgb(128,238,219); }
H1.HeaderClassName
{
color: #80EEDB;
}
.AnyTagClassName
{
color: #80EEDB;
}
</style>
background-color css
<style>
a { background-color: #80EEDB; }
a { background-color: rgb(128,238,219); }
div.DivClassName
{
background-color: #80EEDB;
}
.BgClassName
{
background-color: #80EEDB;
}
</style>
border-color css
<style>
span { border-color: #80EEDB; }
span { border-color: rgb(128,238,219); }
td.TdClassName
{
border-color: #80EEDB;
}
.TagClassName
{
border-color: #80EEDB;
}
</style>