Shades of Aquamarine #80ECDC
Tints of Aquamarine #80ECDC
RGB
CMYK
RGB Variations
Color information
#80ECDC (or 0x80ECDC) is known color: Aquamarine. HEX triplet: 80, EC and DC. RGB value is (128,236,220). Sum of RGB (Red+Green+Blue) = 128+236+220=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECDC is #7F1323. Grayscale: #C9C9C9. Windows color (decimal): -8327972 or 14478464. OLE color: 14478464.
HSL color Cylindrical-coordinate representation of color #80ECDC: hue angle of 171.11º 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 #80ECDC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 220 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.07 |
| HSL | 171.11º | 0.74% | 0.71% | - |
| HSV(B) | 171.11º | 0.46% | 0.93% | - |
| XYZ | 51.82 | 69.75 | 78.44 | - |
| YUV | 201.88 | 138.22 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 220 | 0.46 | 0 | 0.07 | 0.07 | 171.11 | 0.74 | 0.71 |
| Hex | 80 | EC | DC | 2E | 0 | 7 | 7 | AB | 4A | 47 |
| Octal | 200 | 354 | 334 | 56 | 0 | 7 | 7 | 253 | 112 | 107 |
| Binary | 10000000 | 11101100 | 11011100 | 101110 | 0 | 111 | 111 | 10101011 | 1001010 | 1000111 |
Color Harmonies of #80ECDC
Complementary color
Monochromatic Colors of #80ECDC
Black with #80ECDC
Text Example
Text Example
White with #80ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECDC; }
p { color: rgb(128,236,220); }
H1.HeaderClassName
{
color: #80ECDC;
}
.AnyTagClassName
{
color: #80ECDC;
}
</style>
background-color css
<style>
a { background-color: #80ECDC; }
a { background-color: rgb(128,236,220); }
div.DivClassName
{
background-color: #80ECDC;
}
.BgClassName
{
background-color: #80ECDC;
}
</style>
border-color css
<style>
span { border-color: #80ECDC; }
span { border-color: rgb(128,236,220); }
td.TdClassName
{
border-color: #80ECDC;
}
.TagClassName
{
border-color: #80ECDC;
}
</style>