Shades of Aquamarine #80EFCD
Tints of Aquamarine #80EFCD
RGB
CMYK
RGB Variations
Color information
#80EFCD (or 0x80EFCD) is known color: Aquamarine. HEX triplet: 80, EF and CD. RGB value is (128,239,205). Sum of RGB (Red+Green+Blue) = 128+239+205=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFCD is #7F1032. Grayscale: #C9C9C9. Windows color (decimal): -8327219 or 13496192. OLE color: 13496192.
HSL color Cylindrical-coordinate representation of color #80EFCD: hue angle of 161.62º 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 #80EFCD is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 205 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.06 |
| HSL | 161.62º | 0.78% | 0.72% | - |
| HSV(B) | 161.62º | 0.46% | 0.94% | - |
| XYZ | 50.79 | 70.73 | 68.73 | - |
| YUV | 201.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 205 | 0.46 | 0 | 0.14 | 0.06 | 161.62 | 0.78 | 0.72 |
| Hex | 80 | EF | CD | 2E | 0 | E | 6 | A2 | 4E | 48 |
| Octal | 200 | 357 | 315 | 56 | 0 | 16 | 6 | 242 | 116 | 110 |
| Binary | 10000000 | 11101111 | 11001101 | 101110 | 0 | 1110 | 110 | 10100010 | 1001110 | 1001000 |
Color Harmonies of #80EFCD
Complementary color
Monochromatic Colors of #80EFCD
Black with #80EFCD
Text Example
Text Example
White with #80EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFCD; }
p { color: rgb(128,239,205); }
H1.HeaderClassName
{
color: #80EFCD;
}
.AnyTagClassName
{
color: #80EFCD;
}
</style>
background-color css
<style>
a { background-color: #80EFCD; }
a { background-color: rgb(128,239,205); }
div.DivClassName
{
background-color: #80EFCD;
}
.BgClassName
{
background-color: #80EFCD;
}
</style>
border-color css
<style>
span { border-color: #80EFCD; }
span { border-color: rgb(128,239,205); }
td.TdClassName
{
border-color: #80EFCD;
}
.TagClassName
{
border-color: #80EFCD;
}
</style>