Shades of Aquamarine #80FDE0
Tints of Aquamarine #80FDE0
RGB
CMYK
RGB Variations
Color information
#80FDE0 (or 0x80FDE0) is known color: Aquamarine. HEX triplet: 80, FD and E0. RGB value is (128,253,224). Sum of RGB (Red+Green+Blue) = 128+253+224=605 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.16% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDE0 is #7F021F. Grayscale: #D4D4D4. Windows color (decimal): -8323616 or 14744960. OLE color: 14744960.
HSL color Cylindrical-coordinate representation of color #80FDE0: hue angle of 166.08º 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 #80FDE0 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 224 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.01 |
| HSL | 166.08º | 0.97% | 0.75% | - |
| HSV(B) | 166.08º | 0.49% | 0.99% | - |
| XYZ | 57.48 | 80.22 | 82.98 | - |
| YUV | 212.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 224 | 0.49 | 0 | 0.11 | 0.01 | 166.08 | 0.97 | 0.75 |
| Hex | 80 | FD | E0 | 31 | 0 | B | 1 | A6 | 61 | 4B |
| Octal | 200 | 375 | 340 | 61 | 0 | 13 | 1 | 246 | 141 | 113 |
| Binary | 10000000 | 11111101 | 11100000 | 110001 | 0 | 1011 | 1 | 10100110 | 1100001 | 1001011 |
Color Harmonies of #80FDE0
Complementary color
Monochromatic Colors of #80FDE0
Black with #80FDE0
Text Example
Text Example
White with #80FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDE0; }
p { color: rgb(128,253,224); }
H1.HeaderClassName
{
color: #80FDE0;
}
.AnyTagClassName
{
color: #80FDE0;
}
</style>
background-color css
<style>
a { background-color: #80FDE0; }
a { background-color: rgb(128,253,224); }
div.DivClassName
{
background-color: #80FDE0;
}
.BgClassName
{
background-color: #80FDE0;
}
</style>
border-color css
<style>
span { border-color: #80FDE0; }
span { border-color: rgb(128,253,224); }
td.TdClassName
{
border-color: #80FDE0;
}
.TagClassName
{
border-color: #80FDE0;
}
</style>