Shades of Aquamarine #80FEDD
Tints of Aquamarine #80FEDD
RGB
CMYK
RGB Variations
Color information
#80FEDD (or 0x80FEDD) is known color: Aquamarine. HEX triplet: 80, FE and DD. RGB value is (128,254,221). Sum of RGB (Red+Green+Blue) = 128+254+221=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FEDD is #7F0122. Grayscale: #D4D4D4. Windows color (decimal): -8323363 or 14548608. OLE color: 14548608.
HSL color Cylindrical-coordinate representation of color #80FEDD: hue angle of 164.29º 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 #80FEDD is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 221 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.00 |
| HSL | 164.29º | 0.98% | 0.75% | - |
| HSV(B) | 164.29º | 0.5% | 1% | - |
| XYZ | 57.4 | 80.69 | 80.96 | - |
| YUV | 212.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 221 | 0.50 | 0 | 0.13 | 0.00 | 164.29 | 0.98 | 0.75 |
| Hex | 80 | FE | DD | 32 | 0 | D | 0 | A4 | 62 | 4B |
| Octal | 200 | 376 | 335 | 62 | 0 | 15 | 0 | 244 | 142 | 113 |
| Binary | 10000000 | 11111110 | 11011101 | 110010 | 0 | 1101 | 0 | 10100100 | 1100010 | 1001011 |
Color Harmonies of #80FEDD
Complementary color
Monochromatic Colors of #80FEDD
Black with #80FEDD
Text Example
Text Example
White with #80FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FEDD; }
p { color: rgb(128,254,221); }
H1.HeaderClassName
{
color: #80FEDD;
}
.AnyTagClassName
{
color: #80FEDD;
}
</style>
background-color css
<style>
a { background-color: #80FEDD; }
a { background-color: rgb(128,254,221); }
div.DivClassName
{
background-color: #80FEDD;
}
.BgClassName
{
background-color: #80FEDD;
}
</style>
border-color css
<style>
span { border-color: #80FEDD; }
span { border-color: rgb(128,254,221); }
td.TdClassName
{
border-color: #80FEDD;
}
.TagClassName
{
border-color: #80FEDD;
}
</style>