Shades of Aquamarine #80FCC9
Tints of Aquamarine #80FCC9
RGB
CMYK
RGB Variations
Color information
#80FCC9 (or 0x80FCC9) is known color: Aquamarine. HEX triplet: 80, FC and C9. RGB value is (128,252,201). Sum of RGB (Red+Green+Blue) = 128+252+201=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCC9 is #7F0336. Grayscale: #D1D1D1. Windows color (decimal): -8323895 or 13237376. OLE color: 13237376.
HSL color Cylindrical-coordinate representation of color #80FCC9: hue angle of 155.32º degrees, saturation: 0.95, 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 #80FCC9 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 201 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.01 |
| HSL | 155.32º | 0.95% | 0.75% | - |
| HSV(B) | 155.32º | 0.49% | 0.99% | - |
| XYZ | 54.26 | 78.43 | 67.54 | - |
| YUV | 209.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 201 | 0.49 | 0 | 0.20 | 0.01 | 155.32 | 0.95 | 0.75 |
| Hex | 80 | FC | C9 | 31 | 0 | 14 | 1 | 9B | 5F | 4B |
| Octal | 200 | 374 | 311 | 61 | 0 | 24 | 1 | 233 | 137 | 113 |
| Binary | 10000000 | 11111100 | 11001001 | 110001 | 0 | 10100 | 1 | 10011011 | 1011111 | 1001011 |
Color Harmonies of #80FCC9
Complementary color
Monochromatic Colors of #80FCC9
Black with #80FCC9
Text Example
Text Example
White with #80FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCC9; }
p { color: rgb(128,252,201); }
H1.HeaderClassName
{
color: #80FCC9;
}
.AnyTagClassName
{
color: #80FCC9;
}
</style>
background-color css
<style>
a { background-color: #80FCC9; }
a { background-color: rgb(128,252,201); }
div.DivClassName
{
background-color: #80FCC9;
}
.BgClassName
{
background-color: #80FCC9;
}
</style>
border-color css
<style>
span { border-color: #80FCC9; }
span { border-color: rgb(128,252,201); }
td.TdClassName
{
border-color: #80FCC9;
}
.TagClassName
{
border-color: #80FCC9;
}
</style>