Shades of Aquamarine #80FDCE
Tints of Aquamarine #80FDCE
RGB
CMYK
RGB Variations
Color information
#80FDCE (or 0x80FDCE) is known color: Aquamarine. HEX triplet: 80, FD and CE. RGB value is (128,253,206). Sum of RGB (Red+Green+Blue) = 128+253+206=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDCE is #7F0231. Grayscale: #D2D2D2. Windows color (decimal): -8323634 or 13565312. OLE color: 13565312.
HSL color Cylindrical-coordinate representation of color #80FDCE: hue angle of 157.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDCE is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 206 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.01 |
| HSL | 157.44º | 0.97% | 0.75% | - |
| HSV(B) | 157.44º | 0.49% | 0.99% | - |
| XYZ | 55.17 | 79.3 | 70.79 | - |
| YUV | 210.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 206 | 0.49 | 0 | 0.19 | 0.01 | 157.44 | 0.97 | 0.75 |
| Hex | 80 | FD | CE | 31 | 0 | 13 | 1 | 9D | 61 | 4B |
| Octal | 200 | 375 | 316 | 61 | 0 | 23 | 1 | 235 | 141 | 113 |
| Binary | 10000000 | 11111101 | 11001110 | 110001 | 0 | 10011 | 1 | 10011101 | 1100001 | 1001011 |
Color Harmonies of #80FDCE
Complementary color
Monochromatic Colors of #80FDCE
Black with #80FDCE
Text Example
Text Example
White with #80FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDCE; }
p { color: rgb(128,253,206); }
H1.HeaderClassName
{
color: #80FDCE;
}
.AnyTagClassName
{
color: #80FDCE;
}
</style>
background-color css
<style>
a { background-color: #80FDCE; }
a { background-color: rgb(128,253,206); }
div.DivClassName
{
background-color: #80FDCE;
}
.BgClassName
{
background-color: #80FDCE;
}
</style>
border-color css
<style>
span { border-color: #80FDCE; }
span { border-color: rgb(128,253,206); }
td.TdClassName
{
border-color: #80FDCE;
}
.TagClassName
{
border-color: #80FDCE;
}
</style>