Shades of Aquamarine #80EFD6
Tints of Aquamarine #80EFD6
RGB
CMYK
RGB Variations
Color information
#80EFD6 (or 0x80EFD6) is known color: Aquamarine. HEX triplet: 80, EF and D6. RGB value is (128,239,214). Sum of RGB (Red+Green+Blue) = 128+239+214=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFD6 is #7F1029. Grayscale: #CACACA. Windows color (decimal): -8327210 or 14086016. OLE color: 14086016.
HSL color Cylindrical-coordinate representation of color #80EFD6: hue angle of 166.49º 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 #80EFD6 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 214 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.06 |
| HSL | 166.49º | 0.78% | 0.72% | - |
| HSV(B) | 166.49º | 0.46% | 0.94% | - |
| XYZ | 51.91 | 71.18 | 74.62 | - |
| YUV | 202.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 214 | 0.46 | 0 | 0.10 | 0.06 | 166.49 | 0.78 | 0.72 |
| Hex | 80 | EF | D6 | 2E | 0 | A | 6 | A6 | 4E | 48 |
| Octal | 200 | 357 | 326 | 56 | 0 | 12 | 6 | 246 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11010110 | 101110 | 0 | 1010 | 110 | 10100110 | 1001110 | 1001000 |
Color Harmonies of #80EFD6
Complementary color
Monochromatic Colors of #80EFD6
Black with #80EFD6
Text Example
Text Example
White with #80EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFD6; }
p { color: rgb(128,239,214); }
H1.HeaderClassName
{
color: #80EFD6;
}
.AnyTagClassName
{
color: #80EFD6;
}
</style>
background-color css
<style>
a { background-color: #80EFD6; }
a { background-color: rgb(128,239,214); }
div.DivClassName
{
background-color: #80EFD6;
}
.BgClassName
{
background-color: #80EFD6;
}
</style>
border-color css
<style>
span { border-color: #80EFD6; }
span { border-color: rgb(128,239,214); }
td.TdClassName
{
border-color: #80EFD6;
}
.TagClassName
{
border-color: #80EFD6;
}
</style>