Shades of Aquamarine #80FCD7
Tints of Aquamarine #80FCD7
RGB
CMYK
RGB Variations
Color information
#80FCD7 (or 0x80FCD7) is known color: Aquamarine. HEX triplet: 80, FC and D7. RGB value is (128,252,215). Sum of RGB (Red+Green+Blue) = 128+252+215=595 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.51% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FCD7 is #7F0328. Grayscale: #D2D2D2. Windows color (decimal): -8323881 or 14154880. OLE color: 14154880.
HSL color Cylindrical-coordinate representation of color #80FCD7: hue angle of 162.1º 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 #80FCD7 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 215 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.01 |
| HSL | 162.1º | 0.95% | 0.75% | - |
| HSV(B) | 162.1º | 0.49% | 0.99% | - |
| XYZ | 55.98 | 79.12 | 76.61 | - |
| YUV | 210.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 215 | 0.49 | 0 | 0.15 | 0.01 | 162.1 | 0.95 | 0.75 |
| Hex | 80 | FC | D7 | 31 | 0 | F | 1 | A2 | 5F | 4B |
| Octal | 200 | 374 | 327 | 61 | 0 | 17 | 1 | 242 | 137 | 113 |
| Binary | 10000000 | 11111100 | 11010111 | 110001 | 0 | 1111 | 1 | 10100010 | 1011111 | 1001011 |
Color Harmonies of #80FCD7
Complementary color
Monochromatic Colors of #80FCD7
Black with #80FCD7
Text Example
Text Example
White with #80FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCD7; }
p { color: rgb(128,252,215); }
H1.HeaderClassName
{
color: #80FCD7;
}
.AnyTagClassName
{
color: #80FCD7;
}
</style>
background-color css
<style>
a { background-color: #80FCD7; }
a { background-color: rgb(128,252,215); }
div.DivClassName
{
background-color: #80FCD7;
}
.BgClassName
{
background-color: #80FCD7;
}
</style>
border-color css
<style>
span { border-color: #80FCD7; }
span { border-color: rgb(128,252,215); }
td.TdClassName
{
border-color: #80FCD7;
}
.TagClassName
{
border-color: #80FCD7;
}
</style>