Shades of Aquamarine #76FEDC
Tints of Aquamarine #76FEDC
RGB
CMYK
RGB Variations
Color information
#76FEDC (or 0x76FEDC) is known color: Aquamarine. HEX triplet: 76, FE and DC. RGB value is (118,254,220). Sum of RGB (Red+Green+Blue) = 118+254+220=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FEDC is #890123. Grayscale: #D1D1D1. Windows color (decimal): -8978724 or 14483062. OLE color: 14483062.
HSL color Cylindrical-coordinate representation of color #76FEDC: hue angle of 165º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FEDC is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 220 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.00 |
| HSL | 165º | 0.99% | 0.73% | - |
| HSV(B) | 165º | 0.54% | 1% | - |
| XYZ | 55.83 | 79.9 | 80.19 | - |
| YUV | 209.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 220 | 0.54 | 0 | 0.13 | 0.00 | 165 | 0.99 | 0.73 |
| Hex | 76 | FE | DC | 36 | 0 | D | 0 | A5 | 63 | 49 |
| Octal | 166 | 376 | 334 | 66 | 0 | 15 | 0 | 245 | 143 | 111 |
| Binary | 1110110 | 11111110 | 11011100 | 110110 | 0 | 1101 | 0 | 10100101 | 1100011 | 1001001 |
Color Harmonies of #76FEDC
Complementary color
Monochromatic Colors of #76FEDC
Black with #76FEDC
Text Example
Text Example
White with #76FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEDC; }
p { color: rgb(118,254,220); }
H1.HeaderClassName
{
color: #76FEDC;
}
.AnyTagClassName
{
color: #76FEDC;
}
</style>
background-color css
<style>
a { background-color: #76FEDC; }
a { background-color: rgb(118,254,220); }
div.DivClassName
{
background-color: #76FEDC;
}
.BgClassName
{
background-color: #76FEDC;
}
</style>
border-color css
<style>
span { border-color: #76FEDC; }
span { border-color: rgb(118,254,220); }
td.TdClassName
{
border-color: #76FEDC;
}
.TagClassName
{
border-color: #76FEDC;
}
</style>