Shades of Aquamarine #80EFD1
Tints of Aquamarine #80EFD1
RGB
CMYK
RGB Variations
Color information
#80EFD1 (or 0x80EFD1) is known color: Aquamarine. HEX triplet: 80, EF and D1. RGB value is (128,239,209). Sum of RGB (Red+Green+Blue) = 128+239+209=576 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.22% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFD1 is #7F102E. Grayscale: #CACACA. Windows color (decimal): -8327215 or 13758336. OLE color: 13758336.
HSL color Cylindrical-coordinate representation of color #80EFD1: hue angle of 163.78º 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 #80EFD1 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 209 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.06 |
| HSL | 163.78º | 0.78% | 0.72% | - |
| HSV(B) | 163.78º | 0.46% | 0.94% | - |
| XYZ | 51.28 | 70.93 | 71.31 | - |
| YUV | 202.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 209 | 0.46 | 0 | 0.13 | 0.06 | 163.78 | 0.78 | 0.72 |
| Hex | 80 | EF | D1 | 2E | 0 | D | 6 | A4 | 4E | 48 |
| Octal | 200 | 357 | 321 | 56 | 0 | 15 | 6 | 244 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11010001 | 101110 | 0 | 1101 | 110 | 10100100 | 1001110 | 1001000 |
Color Harmonies of #80EFD1
Complementary color
Monochromatic Colors of #80EFD1
Black with #80EFD1
Text Example
Text Example
White with #80EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFD1; }
p { color: rgb(128,239,209); }
H1.HeaderClassName
{
color: #80EFD1;
}
.AnyTagClassName
{
color: #80EFD1;
}
</style>
background-color css
<style>
a { background-color: #80EFD1; }
a { background-color: rgb(128,239,209); }
div.DivClassName
{
background-color: #80EFD1;
}
.BgClassName
{
background-color: #80EFD1;
}
</style>
border-color css
<style>
span { border-color: #80EFD1; }
span { border-color: rgb(128,239,209); }
td.TdClassName
{
border-color: #80EFD1;
}
.TagClassName
{
border-color: #80EFD1;
}
</style>