Shades of Aquamarine #77FFAE
Tints of Aquamarine #77FFAE
RGB
CMYK
RGB Variations
Color information
#77FFAE (or 0x77FFAE) is known color: Aquamarine. HEX triplet: 77, FF and AE. RGB value is (119,255,174). Sum of RGB (Red+Green+Blue) = 119+255+174=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FFAE is #880051. Grayscale: #CDCDCD. Windows color (decimal): -8912978 or 11468663. OLE color: 11468663.
HSL color Cylindrical-coordinate representation of color #77FFAE: hue angle of 144.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FFAE is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 174 | - |
| CMYK | 0.53 | 0 | 0.32 | 0 |
| HSL | 144.26º | 1% | 0.73% | - |
| HSV(B) | 144.26º | 0.53% | 1% | - |
| XYZ | 51.01 | 78.5 | 52.51 | - |
| YUV | 205.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 174 | 0.53 | 0 | 0.32 | 0 | 144.26 | 1 | 0.73 |
| Hex | 77 | FF | AE | 35 | 0 | 20 | 0 | 90 | 64 | 49 |
| Octal | 167 | 377 | 256 | 65 | 0 | 40 | 0 | 220 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10101110 | 110101 | 0 | 100000 | 0 | 10010000 | 1100100 | 1001001 |
Color Harmonies of #77FFAE
Complementary color
Monochromatic Colors of #77FFAE
Black with #77FFAE
Text Example
Text Example
White with #77FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FFAE; }
p { color: rgb(119,255,174); }
H1.HeaderClassName
{
color: #77FFAE;
}
.AnyTagClassName
{
color: #77FFAE;
}
</style>
background-color css
<style>
a { background-color: #77FFAE; }
a { background-color: rgb(119,255,174); }
div.DivClassName
{
background-color: #77FFAE;
}
.BgClassName
{
background-color: #77FFAE;
}
</style>
border-color css
<style>
span { border-color: #77FFAE; }
span { border-color: rgb(119,255,174); }
td.TdClassName
{
border-color: #77FFAE;
}
.TagClassName
{
border-color: #77FFAE;
}
</style>