Shades of Medium Aquamarine #77DAAE
Tints of Medium Aquamarine #77DAAE
RGB
CMYK
RGB Variations
Color information
#77DAAE (or 0x77DAAE) is known color: Medium Aquamarine. HEX triplet: 77, DA and AE. RGB value is (119,218,174). Sum of RGB (Red+Green+Blue) = 119+218+174=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DAAE is #882551. Grayscale: #B7B7B7. Windows color (decimal): -8922450 or 11459191. OLE color: 11459191.
HSL color Cylindrical-coordinate representation of color #77DAAE: hue angle of 153.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DAAE is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 174 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.15 |
| HSL | 153.33º | 0.57% | 0.66% | - |
| HSV(B) | 153.33º | 0.45% | 0.85% | - |
| XYZ | 40.32 | 57.12 | 48.94 | - |
| YUV | 183.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 174 | 0.45 | 0 | 0.20 | 0.15 | 153.33 | 0.57 | 0.66 |
| Hex | 77 | DA | AE | 2D | 0 | 14 | F | 99 | 39 | 42 |
| Octal | 167 | 332 | 256 | 55 | 0 | 24 | 17 | 231 | 71 | 102 |
| Binary | 1110111 | 11011010 | 10101110 | 101101 | 0 | 10100 | 1111 | 10011001 | 111001 | 1000010 |
Color Harmonies of #77DAAE
Complementary color
Monochromatic Colors of #77DAAE
Black with #77DAAE
Text Example
Text Example
White with #77DAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DAAE; }
p { color: rgb(119,218,174); }
H1.HeaderClassName
{
color: #77DAAE;
}
.AnyTagClassName
{
color: #77DAAE;
}
</style>
background-color css
<style>
a { background-color: #77DAAE; }
a { background-color: rgb(119,218,174); }
div.DivClassName
{
background-color: #77DAAE;
}
.BgClassName
{
background-color: #77DAAE;
}
</style>
border-color css
<style>
span { border-color: #77DAAE; }
span { border-color: rgb(119,218,174); }
td.TdClassName
{
border-color: #77DAAE;
}
.TagClassName
{
border-color: #77DAAE;
}
</style>