Shades of Aquamarine #80ECDA
Tints of Aquamarine #80ECDA
RGB
CMYK
RGB Variations
Color information
#80ECDA (or 0x80ECDA) is known color: Aquamarine. HEX triplet: 80, EC and DA. RGB value is (128,236,218). Sum of RGB (Red+Green+Blue) = 128+236+218=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECDA is #7F1325. Grayscale: #C9C9C9. Windows color (decimal): -8327974 or 14347392. OLE color: 14347392.
HSL color Cylindrical-coordinate representation of color #80ECDA: hue angle of 170º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECDA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 218 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.07 |
| HSL | 170º | 0.74% | 0.71% | - |
| HSV(B) | 170º | 0.46% | 0.93% | - |
| XYZ | 51.55 | 69.64 | 77.05 | - |
| YUV | 201.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 218 | 0.46 | 0 | 0.08 | 0.07 | 170 | 0.74 | 0.71 |
| Hex | 80 | EC | DA | 2E | 0 | 8 | 7 | AA | 4A | 47 |
| Octal | 200 | 354 | 332 | 56 | 0 | 10 | 7 | 252 | 112 | 107 |
| Binary | 10000000 | 11101100 | 11011010 | 101110 | 0 | 1000 | 111 | 10101010 | 1001010 | 1000111 |
Color Harmonies of #80ECDA
Complementary color
Monochromatic Colors of #80ECDA
Black with #80ECDA
Text Example
Text Example
White with #80ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECDA; }
p { color: rgb(128,236,218); }
H1.HeaderClassName
{
color: #80ECDA;
}
.AnyTagClassName
{
color: #80ECDA;
}
</style>
background-color css
<style>
a { background-color: #80ECDA; }
a { background-color: rgb(128,236,218); }
div.DivClassName
{
background-color: #80ECDA;
}
.BgClassName
{
background-color: #80ECDA;
}
</style>
border-color css
<style>
span { border-color: #80ECDA; }
span { border-color: rgb(128,236,218); }
td.TdClassName
{
border-color: #80ECDA;
}
.TagClassName
{
border-color: #80ECDA;
}
</style>