Shades of Aquamarine #80EFDB
Tints of Aquamarine #80EFDB
RGB
CMYK
RGB Variations
Color information
#80EFDB (or 0x80EFDB) is known color: Aquamarine. HEX triplet: 80, EF and DB. RGB value is (128,239,219). Sum of RGB (Red+Green+Blue) = 128+239+219=586 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.84% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFDB is #7F1024. Grayscale: #CBCBCB. Windows color (decimal): -8327205 or 14413696. OLE color: 14413696.
HSL color Cylindrical-coordinate representation of color #80EFDB: hue angle of 169.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFDB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 219 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.06 |
| HSL | 169.19º | 0.78% | 0.72% | - |
| HSV(B) | 169.19º | 0.46% | 0.94% | - |
| XYZ | 52.55 | 71.44 | 78.04 | - |
| YUV | 203.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 219 | 0.46 | 0 | 0.08 | 0.06 | 169.19 | 0.78 | 0.72 |
| Hex | 80 | EF | DB | 2E | 0 | 8 | 6 | A9 | 4E | 48 |
| Octal | 200 | 357 | 333 | 56 | 0 | 10 | 6 | 251 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11011011 | 101110 | 0 | 1000 | 110 | 10101001 | 1001110 | 1001000 |
Color Harmonies of #80EFDB
Complementary color
Monochromatic Colors of #80EFDB
Black with #80EFDB
Text Example
Text Example
White with #80EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFDB; }
p { color: rgb(128,239,219); }
H1.HeaderClassName
{
color: #80EFDB;
}
.AnyTagClassName
{
color: #80EFDB;
}
</style>
background-color css
<style>
a { background-color: #80EFDB; }
a { background-color: rgb(128,239,219); }
div.DivClassName
{
background-color: #80EFDB;
}
.BgClassName
{
background-color: #80EFDB;
}
</style>
border-color css
<style>
span { border-color: #80EFDB; }
span { border-color: rgb(128,239,219); }
td.TdClassName
{
border-color: #80EFDB;
}
.TagClassName
{
border-color: #80EFDB;
}
</style>