Shades of Aquamarine #80EECE
Tints of Aquamarine #80EECE
RGB
CMYK
RGB Variations
Color information
#80EECE (or 0x80EECE) is known color: Aquamarine. HEX triplet: 80, EE and CE. RGB value is (128,238,206). Sum of RGB (Red+Green+Blue) = 128+238+206=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #80EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EECE is #7F1131. Grayscale: #C9C9C9. Windows color (decimal): -8327474 or 13561472. OLE color: 13561472.
HSL color Cylindrical-coordinate representation of color #80EECE: hue angle of 162.55º 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 #80EECE is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 206 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.07 |
| HSL | 162.55º | 0.76% | 0.72% | - |
| HSV(B) | 162.55º | 0.46% | 0.93% | - |
| XYZ | 50.62 | 70.19 | 69.27 | - |
| YUV | 201.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 206 | 0.46 | 0 | 0.13 | 0.07 | 162.55 | 0.76 | 0.72 |
| Hex | 80 | EE | CE | 2E | 0 | D | 7 | A3 | 4C | 48 |
| Octal | 200 | 356 | 316 | 56 | 0 | 15 | 7 | 243 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11001110 | 101110 | 0 | 1101 | 111 | 10100011 | 1001100 | 1001000 |
Color Harmonies of #80EECE
Complementary color
Monochromatic Colors of #80EECE
Black with #80EECE
Text Example
Text Example
White with #80EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EECE; }
p { color: rgb(128,238,206); }
H1.HeaderClassName
{
color: #80EECE;
}
.AnyTagClassName
{
color: #80EECE;
}
</style>
background-color css
<style>
a { background-color: #80EECE; }
a { background-color: rgb(128,238,206); }
div.DivClassName
{
background-color: #80EECE;
}
.BgClassName
{
background-color: #80EECE;
}
</style>
border-color css
<style>
span { border-color: #80EECE; }
span { border-color: rgb(128,238,206); }
td.TdClassName
{
border-color: #80EECE;
}
.TagClassName
{
border-color: #80EECE;
}
</style>