Shades of Aquamarine #80FECD
Tints of Aquamarine #80FECD
RGB
CMYK
RGB Variations
Color information
#80FECD (or 0x80FECD) is known color: Aquamarine. HEX triplet: 80, FE and CD. RGB value is (128,254,205). Sum of RGB (Red+Green+Blue) = 128+254+205=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #80FECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FECD is #7F0132. Grayscale: #D2D2D2. Windows color (decimal): -8323379 or 13500032. OLE color: 13500032.
HSL color Cylindrical-coordinate representation of color #80FECD: hue angle of 156.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FECD is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 205 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.00 |
| HSL | 156.67º | 0.98% | 0.75% | - |
| HSV(B) | 156.67º | 0.5% | 1% | - |
| XYZ | 55.36 | 79.88 | 70.26 | - |
| YUV | 210.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 205 | 0.50 | 0 | 0.19 | 0.00 | 156.67 | 0.98 | 0.75 |
| Hex | 80 | FE | CD | 32 | 0 | 13 | 0 | 9D | 62 | 4B |
| Octal | 200 | 376 | 315 | 62 | 0 | 23 | 0 | 235 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11001101 | 110010 | 0 | 10011 | 0 | 10011101 | 1100010 | 1001011 |
Color Harmonies of #80FECD
Complementary color
Monochromatic Colors of #80FECD
Black with #80FECD
Text Example
Text Example
White with #80FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FECD; }
p { color: rgb(128,254,205); }
H1.HeaderClassName
{
color: #80FECD;
}
.AnyTagClassName
{
color: #80FECD;
}
</style>
background-color css
<style>
a { background-color: #80FECD; }
a { background-color: rgb(128,254,205); }
div.DivClassName
{
background-color: #80FECD;
}
.BgClassName
{
background-color: #80FECD;
}
</style>
border-color css
<style>
span { border-color: #80FECD; }
span { border-color: rgb(128,254,205); }
td.TdClassName
{
border-color: #80FECD;
}
.TagClassName
{
border-color: #80FECD;
}
</style>