Shades of Aquamarine #77FEAC
Tints of Aquamarine #77FEAC
RGB
CMYK
RGB Variations
Color information
#77FEAC (or 0x77FEAC) is known color: Aquamarine. HEX triplet: 77, FE and AC. RGB value is (119,254,172). Sum of RGB (Red+Green+Blue) = 119+254+172=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FEAC is #880153. Grayscale: #CCCCCC. Windows color (decimal): -8913236 or 11337335. OLE color: 11337335.
HSL color Cylindrical-coordinate representation of color #77FEAC: hue angle of 143.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEAC is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 254 | 172 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.00 |
| HSL | 143.56º | 0.99% | 0.73% | - |
| HSV(B) | 143.56º | 0.53% | 1% | - |
| XYZ | 50.5 | 77.78 | 51.38 | - |
| YUV | 204.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 254 | 172 | 0.53 | 0 | 0.32 | 0.00 | 143.56 | 0.99 | 0.73 |
| Hex | 77 | FE | AC | 35 | 0 | 20 | 0 | 90 | 63 | 49 |
| Octal | 167 | 376 | 254 | 65 | 0 | 40 | 0 | 220 | 143 | 111 |
| Binary | 1110111 | 11111110 | 10101100 | 110101 | 0 | 100000 | 0 | 10010000 | 1100011 | 1001001 |
Color Harmonies of #77FEAC
Complementary color
Monochromatic Colors of #77FEAC
Black with #77FEAC
Text Example
Text Example
White with #77FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FEAC; }
p { color: rgb(119,254,172); }
H1.HeaderClassName
{
color: #77FEAC;
}
.AnyTagClassName
{
color: #77FEAC;
}
</style>
background-color css
<style>
a { background-color: #77FEAC; }
a { background-color: rgb(119,254,172); }
div.DivClassName
{
background-color: #77FEAC;
}
.BgClassName
{
background-color: #77FEAC;
}
</style>
border-color css
<style>
span { border-color: #77FEAC; }
span { border-color: rgb(119,254,172); }
td.TdClassName
{
border-color: #77FEAC;
}
.TagClassName
{
border-color: #77FEAC;
}
</style>