Shades of Aquamarine #80FDD5
Tints of Aquamarine #80FDD5
RGB
CMYK
RGB Variations
Color information
#80FDD5 (or 0x80FDD5) is known color: Aquamarine. HEX triplet: 80, FD and D5. RGB value is (128,253,213). Sum of RGB (Red+Green+Blue) = 128+253+213=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FDD5 is #7F022A. Grayscale: #D3D3D3. Windows color (decimal): -8323627 or 14024064. OLE color: 14024064.
HSL color Cylindrical-coordinate representation of color #80FDD5: hue angle of 160.8º 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 #80FDD5 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 213 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.01 |
| HSL | 160.8º | 0.97% | 0.75% | - |
| HSV(B) | 160.8º | 0.49% | 0.99% | - |
| XYZ | 56.04 | 79.64 | 75.37 | - |
| YUV | 211.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 213 | 0.49 | 0 | 0.16 | 0.01 | 160.8 | 0.97 | 0.75 |
| Hex | 80 | FD | D5 | 31 | 0 | 10 | 1 | A1 | 61 | 4B |
| Octal | 200 | 375 | 325 | 61 | 0 | 20 | 1 | 241 | 141 | 113 |
| Binary | 10000000 | 11111101 | 11010101 | 110001 | 0 | 10000 | 1 | 10100001 | 1100001 | 1001011 |
Color Harmonies of #80FDD5
Complementary color
Monochromatic Colors of #80FDD5
Black with #80FDD5
Text Example
Text Example
White with #80FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FDD5; }
p { color: rgb(128,253,213); }
H1.HeaderClassName
{
color: #80FDD5;
}
.AnyTagClassName
{
color: #80FDD5;
}
</style>
background-color css
<style>
a { background-color: #80FDD5; }
a { background-color: rgb(128,253,213); }
div.DivClassName
{
background-color: #80FDD5;
}
.BgClassName
{
background-color: #80FDD5;
}
</style>
border-color css
<style>
span { border-color: #80FDD5; }
span { border-color: rgb(128,253,213); }
td.TdClassName
{
border-color: #80FDD5;
}
.TagClassName
{
border-color: #80FDD5;
}
</style>