Shades of Aquamarine #80EEC8
Tints of Aquamarine #80EEC8
RGB
CMYK
RGB Variations
Color information
#80EEC8 (or 0x80EEC8) is known color: Aquamarine. HEX triplet: 80, EE and C8. RGB value is (128,238,200). Sum of RGB (Red+Green+Blue) = 128+238+200=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEC8 is #7F1137. Grayscale: #C8C8C8. Windows color (decimal): -8327480 or 13168256. OLE color: 13168256.
HSL color Cylindrical-coordinate representation of color #80EEC8: hue angle of 159.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEC8 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 200 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.07 |
| HSL | 159.27º | 0.76% | 0.72% | - |
| HSV(B) | 159.27º | 0.46% | 0.93% | - |
| XYZ | 49.9 | 69.91 | 65.51 | - |
| YUV | 200.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 200 | 0.46 | 0 | 0.16 | 0.07 | 159.27 | 0.76 | 0.72 |
| Hex | 80 | EE | C8 | 2E | 0 | 10 | 7 | 9F | 4C | 48 |
| Octal | 200 | 356 | 310 | 56 | 0 | 20 | 7 | 237 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11001000 | 101110 | 0 | 10000 | 111 | 10011111 | 1001100 | 1001000 |
Color Harmonies of #80EEC8
Complementary color
Monochromatic Colors of #80EEC8
Black with #80EEC8
Text Example
Text Example
White with #80EEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEC8; }
p { color: rgb(128,238,200); }
H1.HeaderClassName
{
color: #80EEC8;
}
.AnyTagClassName
{
color: #80EEC8;
}
</style>
background-color css
<style>
a { background-color: #80EEC8; }
a { background-color: rgb(128,238,200); }
div.DivClassName
{
background-color: #80EEC8;
}
.BgClassName
{
background-color: #80EEC8;
}
</style>
border-color css
<style>
span { border-color: #80EEC8; }
span { border-color: rgb(128,238,200); }
td.TdClassName
{
border-color: #80EEC8;
}
.TagClassName
{
border-color: #80EEC8;
}
</style>