Shades of Aquamarine #80EFC0
Tints of Aquamarine #80EFC0
RGB
CMYK
RGB Variations
Color information
#80EFC0 (or 0x80EFC0) is known color: Aquamarine. HEX triplet: 80, EF and C0. RGB value is (128,239,192). Sum of RGB (Red+Green+Blue) = 128+239+192=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFC0 is #7F103F. Grayscale: #C8C8C8. Windows color (decimal): -8327232 or 12644224. OLE color: 12644224.
HSL color Cylindrical-coordinate representation of color #80EFC0: hue angle of 154.59º 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 #80EFC0 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 192 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.06 |
| HSL | 154.59º | 0.78% | 0.72% | - |
| HSV(B) | 154.59º | 0.46% | 0.94% | - |
| XYZ | 49.28 | 70.13 | 60.81 | - |
| YUV | 200.45 | 123.23 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 192 | 0.46 | 0 | 0.20 | 0.06 | 154.59 | 0.78 | 0.72 |
| Hex | 80 | EF | C0 | 2E | 0 | 14 | 6 | 9B | 4E | 48 |
| Octal | 200 | 357 | 300 | 56 | 0 | 24 | 6 | 233 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11000000 | 101110 | 0 | 10100 | 110 | 10011011 | 1001110 | 1001000 |
Color Harmonies of #80EFC0
Complementary color
Monochromatic Colors of #80EFC0
Black with #80EFC0
Text Example
Text Example
White with #80EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFC0; }
p { color: rgb(128,239,192); }
H1.HeaderClassName
{
color: #80EFC0;
}
.AnyTagClassName
{
color: #80EFC0;
}
</style>
background-color css
<style>
a { background-color: #80EFC0; }
a { background-color: rgb(128,239,192); }
div.DivClassName
{
background-color: #80EFC0;
}
.BgClassName
{
background-color: #80EFC0;
}
</style>
border-color css
<style>
span { border-color: #80EFC0; }
span { border-color: rgb(128,239,192); }
td.TdClassName
{
border-color: #80EFC0;
}
.TagClassName
{
border-color: #80EFC0;
}
</style>