Shades of Aquamarine #80ECC9
Tints of Aquamarine #80ECC9
RGB
CMYK
RGB Variations
Color information
#80ECC9 (or 0x80ECC9) is known color: Aquamarine. HEX triplet: 80, EC and C9. RGB value is (128,236,201). Sum of RGB (Red+Green+Blue) = 128+236+201=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECC9 is #7F1336. Grayscale: #C7C7C7. Windows color (decimal): -8327991 or 13233280. OLE color: 13233280.
HSL color Cylindrical-coordinate representation of color #80ECC9: hue angle of 160.56º 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 #80ECC9 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 201 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.07 |
| HSL | 160.56º | 0.74% | 0.71% | - |
| HSV(B) | 160.56º | 0.46% | 0.93% | - |
| XYZ | 49.44 | 68.8 | 65.93 | - |
| YUV | 199.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 201 | 0.46 | 0 | 0.15 | 0.07 | 160.56 | 0.74 | 0.71 |
| Hex | 80 | EC | C9 | 2E | 0 | F | 7 | A1 | 4A | 47 |
| Octal | 200 | 354 | 311 | 56 | 0 | 17 | 7 | 241 | 112 | 107 |
| Binary | 10000000 | 11101100 | 11001001 | 101110 | 0 | 1111 | 111 | 10100001 | 1001010 | 1000111 |
Color Harmonies of #80ECC9
Complementary color
Monochromatic Colors of #80ECC9
Black with #80ECC9
Text Example
Text Example
White with #80ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECC9; }
p { color: rgb(128,236,201); }
H1.HeaderClassName
{
color: #80ECC9;
}
.AnyTagClassName
{
color: #80ECC9;
}
</style>
background-color css
<style>
a { background-color: #80ECC9; }
a { background-color: rgb(128,236,201); }
div.DivClassName
{
background-color: #80ECC9;
}
.BgClassName
{
background-color: #80ECC9;
}
</style>
border-color css
<style>
span { border-color: #80ECC9; }
span { border-color: rgb(128,236,201); }
td.TdClassName
{
border-color: #80ECC9;
}
.TagClassName
{
border-color: #80ECC9;
}
</style>