Shades of Medium Aquamarine #77DC9F
Tints of Medium Aquamarine #77DC9F
RGB
CMYK
RGB Variations
Color information
#77DC9F (or 0x77DC9F) is known color: Medium Aquamarine. HEX triplet: 77, DC and 9F. RGB value is (119,220,159). Sum of RGB (Red+Green+Blue) = 119+220+159=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC9F is #882360. Grayscale: #B6B6B6. Windows color (decimal): -8921953 or 10476663. OLE color: 10476663.
HSL color Cylindrical-coordinate representation of color #77DC9F: hue angle of 143.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DC9F is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 159 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.14 |
| HSL | 143.76º | 0.59% | 0.66% | - |
| HSV(B) | 143.76º | 0.46% | 0.86% | - |
| XYZ | 39.46 | 57.61 | 41.84 | - |
| YUV | 182.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 159 | 0.46 | 0 | 0.28 | 0.14 | 143.76 | 0.59 | 0.66 |
| Hex | 77 | DC | 9F | 2E | 0 | 1C | E | 90 | 3B | 42 |
| Octal | 167 | 334 | 237 | 56 | 0 | 34 | 16 | 220 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10011111 | 101110 | 0 | 11100 | 1110 | 10010000 | 111011 | 1000010 |
Color Harmonies of #77DC9F
Complementary color
Monochromatic Colors of #77DC9F
Black with #77DC9F
Text Example
Text Example
White with #77DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC9F; }
p { color: rgb(119,220,159); }
H1.HeaderClassName
{
color: #77DC9F;
}
.AnyTagClassName
{
color: #77DC9F;
}
</style>
background-color css
<style>
a { background-color: #77DC9F; }
a { background-color: rgb(119,220,159); }
div.DivClassName
{
background-color: #77DC9F;
}
.BgClassName
{
background-color: #77DC9F;
}
</style>
border-color css
<style>
span { border-color: #77DC9F; }
span { border-color: rgb(119,220,159); }
td.TdClassName
{
border-color: #77DC9F;
}
.TagClassName
{
border-color: #77DC9F;
}
</style>