Shades of Aquamarine #80EFD4
Tints of Aquamarine #80EFD4
RGB
CMYK
RGB Variations
Color information
#80EFD4 (or 0x80EFD4) is known color: Aquamarine. HEX triplet: 80, EF and D4. RGB value is (128,239,212). Sum of RGB (Red+Green+Blue) = 128+239+212=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFD4 is #7F102B. Grayscale: #CACACA. Windows color (decimal): -8327212 or 13954944. OLE color: 13954944.
HSL color Cylindrical-coordinate representation of color #80EFD4: hue angle of 165.41º 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 #80EFD4 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 212 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.06 |
| HSL | 165.41º | 0.78% | 0.72% | - |
| HSV(B) | 165.41º | 0.46% | 0.94% | - |
| XYZ | 51.65 | 71.08 | 73.28 | - |
| YUV | 202.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 212 | 0.46 | 0 | 0.11 | 0.06 | 165.41 | 0.78 | 0.72 |
| Hex | 80 | EF | D4 | 2E | 0 | B | 6 | A5 | 4E | 48 |
| Octal | 200 | 357 | 324 | 56 | 0 | 13 | 6 | 245 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11010100 | 101110 | 0 | 1011 | 110 | 10100101 | 1001110 | 1001000 |
Color Harmonies of #80EFD4
Complementary color
Monochromatic Colors of #80EFD4
Black with #80EFD4
Text Example
Text Example
White with #80EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFD4; }
p { color: rgb(128,239,212); }
H1.HeaderClassName
{
color: #80EFD4;
}
.AnyTagClassName
{
color: #80EFD4;
}
</style>
background-color css
<style>
a { background-color: #80EFD4; }
a { background-color: rgb(128,239,212); }
div.DivClassName
{
background-color: #80EFD4;
}
.BgClassName
{
background-color: #80EFD4;
}
</style>
border-color css
<style>
span { border-color: #80EFD4; }
span { border-color: rgb(128,239,212); }
td.TdClassName
{
border-color: #80EFD4;
}
.TagClassName
{
border-color: #80EFD4;
}
</style>