Shades of Aquamarine #80EBDB
Tints of Aquamarine #80EBDB
RGB
CMYK
RGB Variations
Color information
#80EBDB (or 0x80EBDB) is known color: Aquamarine. HEX triplet: 80, EB and DB. RGB value is (128,235,219). Sum of RGB (Red+Green+Blue) = 128+235+219=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBDB is #7F1424. Grayscale: #C9C9C9. Windows color (decimal): -8328229 or 14412672. OLE color: 14412672.
HSL color Cylindrical-coordinate representation of color #80EBDB: hue angle of 171.03º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBDB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 128 | 235 | 219 | - |
CMYK | 0.46 | 0 | 0.07 | 0.08 |
HSL | 171.03º | 0.73% | 0.71% | - |
HSV(B) | 171.03º | 0.46% | 0.92% | - |
XYZ | 51.4 | 69.12 | 77.65 | - |
YUV | 201.18 | 138.05 | 75.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 235 | 219 | 0.46 | 0 | 0.07 | 0.08 | 171.03 | 0.73 | 0.71 |
Hex | 80 | EB | DB | 2E | 0 | 7 | 8 | AB | 49 | 47 |
Octal | 200 | 353 | 333 | 56 | 0 | 7 | 10 | 253 | 111 | 107 |
Binary | 10000000 | 11101011 | 11011011 | 101110 | 0 | 111 | 1000 | 10101011 | 1001001 | 1000111 |
Color Harmonies of #80EBDB
Complementary color
Monochromatic Colors of #80EBDB
Black with #80EBDB
Text Example
Text Example
White with #80EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBDB; }
p { color: rgb(128,235,219); }
H1.HeaderClassName
{
color: #80EBDB;
}
.AnyTagClassName
{
color: #80EBDB;
}
</style>
background-color css
<style>
a { background-color: #80EBDB; }
a { background-color: rgb(128,235,219); }
div.DivClassName
{
background-color: #80EBDB;
}
.BgClassName
{
background-color: #80EBDB;
}
</style>
border-color css
<style>
span { border-color: #80EBDB; }
span { border-color: rgb(128,235,219); }
td.TdClassName
{
border-color: #80EBDB;
}
.TagClassName
{
border-color: #80EBDB;
}
</style>