Shades of Aquamarine #80ECD6
Tints of Aquamarine #80ECD6
RGB
CMYK
RGB Variations
Color information
#80ECD6 (or 0x80ECD6) is known color: Aquamarine. HEX triplet: 80, EC and D6. RGB value is (128,236,214). Sum of RGB (Red+Green+Blue) = 128+236+214=578 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.15% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECD6 is #7F1329. Grayscale: #C9C9C9. Windows color (decimal): -8327978 or 14085248. OLE color: 14085248.
HSL color Cylindrical-coordinate representation of color #80ECD6: hue angle of 167.78º 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 #80ECD6 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 214 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.07 |
| HSL | 167.78º | 0.74% | 0.71% | - |
| HSV(B) | 167.78º | 0.46% | 0.93% | - |
| XYZ | 51.04 | 69.44 | 74.33 | - |
| YUV | 201.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 214 | 0.46 | 0 | 0.09 | 0.07 | 167.78 | 0.74 | 0.71 |
| Hex | 80 | EC | D6 | 2E | 0 | 9 | 7 | A8 | 4A | 47 |
| Octal | 200 | 354 | 326 | 56 | 0 | 11 | 7 | 250 | 112 | 107 |
| Binary | 10000000 | 11101100 | 11010110 | 101110 | 0 | 1001 | 111 | 10101000 | 1001010 | 1000111 |
Color Harmonies of #80ECD6
Complementary color
Monochromatic Colors of #80ECD6
Black with #80ECD6
Text Example
Text Example
White with #80ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECD6; }
p { color: rgb(128,236,214); }
H1.HeaderClassName
{
color: #80ECD6;
}
.AnyTagClassName
{
color: #80ECD6;
}
</style>
background-color css
<style>
a { background-color: #80ECD6; }
a { background-color: rgb(128,236,214); }
div.DivClassName
{
background-color: #80ECD6;
}
.BgClassName
{
background-color: #80ECD6;
}
</style>
border-color css
<style>
span { border-color: #80ECD6; }
span { border-color: rgb(128,236,214); }
td.TdClassName
{
border-color: #80ECD6;
}
.TagClassName
{
border-color: #80ECD6;
}
</style>