Shades of Aquamarine #80EFE0
Tints of Aquamarine #80EFE0
RGB
CMYK
RGB Variations
Color information
#80EFE0 (or 0x80EFE0) is known color: Aquamarine. HEX triplet: 80, EF and E0. RGB value is (128,239,224). Sum of RGB (Red+Green+Blue) = 128+239+224=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFE0 is #7F101F. Grayscale: #CCCCCC. Windows color (decimal): -8327200 or 14741376. OLE color: 14741376.
HSL color Cylindrical-coordinate representation of color #80EFE0: hue angle of 171.89º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFE0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 224 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.06 |
| HSL | 171.89º | 0.78% | 0.72% | - |
| HSV(B) | 171.89º | 0.46% | 0.94% | - |
| XYZ | 53.22 | 71.7 | 81.56 | - |
| YUV | 204.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 224 | 0.46 | 0 | 0.06 | 0.06 | 171.89 | 0.78 | 0.72 |
| Hex | 80 | EF | E0 | 2E | 0 | 6 | 6 | AC | 4E | 48 |
| Octal | 200 | 357 | 340 | 56 | 0 | 6 | 6 | 254 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11100000 | 101110 | 0 | 110 | 110 | 10101100 | 1001110 | 1001000 |
Color Harmonies of #80EFE0
Complementary color
Monochromatic Colors of #80EFE0
Black with #80EFE0
Text Example
Text Example
White with #80EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFE0; }
p { color: rgb(128,239,224); }
H1.HeaderClassName
{
color: #80EFE0;
}
.AnyTagClassName
{
color: #80EFE0;
}
</style>
background-color css
<style>
a { background-color: #80EFE0; }
a { background-color: rgb(128,239,224); }
div.DivClassName
{
background-color: #80EFE0;
}
.BgClassName
{
background-color: #80EFE0;
}
</style>
border-color css
<style>
span { border-color: #80EFE0; }
span { border-color: rgb(128,239,224); }
td.TdClassName
{
border-color: #80EFE0;
}
.TagClassName
{
border-color: #80EFE0;
}
</style>