Shades of Medium Aquamarine #77DC9D
Tints of Medium Aquamarine #77DC9D
RGB
CMYK
RGB Variations
Color information
#77DC9D (or 0x77DC9D) is known color: Medium Aquamarine. HEX triplet: 77, DC and 9D. RGB value is (119,220,157). Sum of RGB (Red+Green+Blue) = 119+220+157=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #77DC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DC9D is #882362. Grayscale: #B6B6B6. Windows color (decimal): -8921955 or 10345591. OLE color: 10345591.
HSL color Cylindrical-coordinate representation of color #77DC9D: hue angle of 142.57º 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 #77DC9D is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 157 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.14 |
| HSL | 142.57º | 0.59% | 0.66% | - |
| HSV(B) | 142.57º | 0.46% | 0.86% | - |
| XYZ | 39.29 | 57.54 | 40.93 | - |
| YUV | 182.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 157 | 0.46 | 0 | 0.29 | 0.14 | 142.57 | 0.59 | 0.66 |
| Hex | 77 | DC | 9D | 2E | 0 | 1D | E | 8F | 3B | 42 |
| Octal | 167 | 334 | 235 | 56 | 0 | 35 | 16 | 217 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10011101 | 101110 | 0 | 11101 | 1110 | 10001111 | 111011 | 1000010 |
Color Harmonies of #77DC9D
Complementary color
Monochromatic Colors of #77DC9D
Black with #77DC9D
Text Example
Text Example
White with #77DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DC9D; }
p { color: rgb(119,220,157); }
H1.HeaderClassName
{
color: #77DC9D;
}
.AnyTagClassName
{
color: #77DC9D;
}
</style>
background-color css
<style>
a { background-color: #77DC9D; }
a { background-color: rgb(119,220,157); }
div.DivClassName
{
background-color: #77DC9D;
}
.BgClassName
{
background-color: #77DC9D;
}
</style>
border-color css
<style>
span { border-color: #77DC9D; }
span { border-color: rgb(119,220,157); }
td.TdClassName
{
border-color: #77DC9D;
}
.TagClassName
{
border-color: #77DC9D;
}
</style>