Shades of Aquamarine #80EBE0
Tints of Aquamarine #80EBE0
RGB
CMYK
RGB Variations
Color information
#80EBE0 (or 0x80EBE0) is known color: Aquamarine. HEX triplet: 80, EB and E0. RGB value is (128,235,224). Sum of RGB (Red+Green+Blue) = 128+235+224=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBE0 is #7F141F. Grayscale: #C9C9C9. Windows color (decimal): -8328224 or 14740352. OLE color: 14740352.
HSL color Cylindrical-coordinate representation of color #80EBE0: hue angle of 173.83º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBE0 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 224 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.08 |
| HSL | 173.83º | 0.73% | 0.71% | - |
| HSV(B) | 173.83º | 0.46% | 0.92% | - |
| XYZ | 52.06 | 69.39 | 81.17 | - |
| YUV | 201.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 224 | 0.46 | 0 | 0.05 | 0.08 | 173.83 | 0.73 | 0.71 |
| Hex | 80 | EB | E0 | 2E | 0 | 5 | 8 | AE | 49 | 47 |
| Octal | 200 | 353 | 340 | 56 | 0 | 5 | 10 | 256 | 111 | 107 |
| Binary | 10000000 | 11101011 | 11100000 | 101110 | 0 | 101 | 1000 | 10101110 | 1001001 | 1000111 |
Color Harmonies of #80EBE0
Complementary color
Monochromatic Colors of #80EBE0
Black with #80EBE0
Text Example
Text Example
White with #80EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBE0; }
p { color: rgb(128,235,224); }
H1.HeaderClassName
{
color: #80EBE0;
}
.AnyTagClassName
{
color: #80EBE0;
}
</style>
background-color css
<style>
a { background-color: #80EBE0; }
a { background-color: rgb(128,235,224); }
div.DivClassName
{
background-color: #80EBE0;
}
.BgClassName
{
background-color: #80EBE0;
}
</style>
border-color css
<style>
span { border-color: #80EBE0; }
span { border-color: rgb(128,235,224); }
td.TdClassName
{
border-color: #80EBE0;
}
.TagClassName
{
border-color: #80EBE0;
}
</style>