Shades of Aquamarine #80ECC5
Tints of Aquamarine #80ECC5
RGB
CMYK
RGB Variations
Color information
#80ECC5 (or 0x80ECC5) is known color: Aquamarine. HEX triplet: 80, EC and C5. RGB value is (128,236,197). Sum of RGB (Red+Green+Blue) = 128+236+197=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECC5 is #7F133A. Grayscale: #C7C7C7. Windows color (decimal): -8327995 or 12971136. OLE color: 12971136.
HSL color Cylindrical-coordinate representation of color #80ECC5: hue angle of 158.33º 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 #80ECC5 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 197 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.07 |
| HSL | 158.33º | 0.74% | 0.71% | - |
| HSV(B) | 158.33º | 0.46% | 0.93% | - |
| XYZ | 48.98 | 68.61 | 63.49 | - |
| YUV | 199.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 197 | 0.46 | 0 | 0.17 | 0.07 | 158.33 | 0.74 | 0.71 |
| Hex | 80 | EC | C5 | 2E | 0 | 11 | 7 | 9E | 4A | 47 |
| Octal | 200 | 354 | 305 | 56 | 0 | 21 | 7 | 236 | 112 | 107 |
| Binary | 10000000 | 11101100 | 11000101 | 101110 | 0 | 10001 | 111 | 10011110 | 1001010 | 1000111 |
Color Harmonies of #80ECC5
Complementary color
Monochromatic Colors of #80ECC5
Black with #80ECC5
Text Example
Text Example
White with #80ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECC5; }
p { color: rgb(128,236,197); }
H1.HeaderClassName
{
color: #80ECC5;
}
.AnyTagClassName
{
color: #80ECC5;
}
</style>
background-color css
<style>
a { background-color: #80ECC5; }
a { background-color: rgb(128,236,197); }
div.DivClassName
{
background-color: #80ECC5;
}
.BgClassName
{
background-color: #80ECC5;
}
</style>
border-color css
<style>
span { border-color: #80ECC5; }
span { border-color: rgb(128,236,197); }
td.TdClassName
{
border-color: #80ECC5;
}
.TagClassName
{
border-color: #80ECC5;
}
</style>