Shades of Aquamarine #80EDDB
Tints of Aquamarine #80EDDB
RGB
CMYK
RGB Variations
Color information
#80EDDB (or 0x80EDDB) is known color: Aquamarine. HEX triplet: 80, ED and DB. RGB value is (128,237,219). Sum of RGB (Red+Green+Blue) = 128+237+219=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDDB is #7F1224. Grayscale: #CACACA. Windows color (decimal): -8327717 or 14413184. OLE color: 14413184.
HSL color Cylindrical-coordinate representation of color #80EDDB: hue angle of 170.09º degrees, saturation: 0.75, 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 #80EDDB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 219 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.07 |
| HSL | 170.09º | 0.75% | 0.72% | - |
| HSV(B) | 170.09º | 0.46% | 0.93% | - |
| XYZ | 51.97 | 70.27 | 77.84 | - |
| YUV | 202.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 219 | 0.46 | 0 | 0.08 | 0.07 | 170.09 | 0.75 | 0.72 |
| Hex | 80 | ED | DB | 2E | 0 | 8 | 7 | AA | 4B | 48 |
| Octal | 200 | 355 | 333 | 56 | 0 | 10 | 7 | 252 | 113 | 110 |
| Binary | 10000000 | 11101101 | 11011011 | 101110 | 0 | 1000 | 111 | 10101010 | 1001011 | 1001000 |
Color Harmonies of #80EDDB
Complementary color
Monochromatic Colors of #80EDDB
Black with #80EDDB
Text Example
Text Example
White with #80EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDDB; }
p { color: rgb(128,237,219); }
H1.HeaderClassName
{
color: #80EDDB;
}
.AnyTagClassName
{
color: #80EDDB;
}
</style>
background-color css
<style>
a { background-color: #80EDDB; }
a { background-color: rgb(128,237,219); }
div.DivClassName
{
background-color: #80EDDB;
}
.BgClassName
{
background-color: #80EDDB;
}
</style>
border-color css
<style>
span { border-color: #80EDDB; }
span { border-color: rgb(128,237,219); }
td.TdClassName
{
border-color: #80EDDB;
}
.TagClassName
{
border-color: #80EDDB;
}
</style>