Shades of Medium Aquamarine #77DB9D
Tints of Medium Aquamarine #77DB9D
RGB
CMYK
RGB Variations
Color information
#77DB9D (or 0x77DB9D) is known color: Medium Aquamarine. HEX triplet: 77, DB and 9D. RGB value is (119,219,157). Sum of RGB (Red+Green+Blue) = 119+219+157=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB9D is #882462. Grayscale: #B6B6B6. Windows color (decimal): -8922211 or 10345335. OLE color: 10345335.
HSL color Cylindrical-coordinate representation of color #77DB9D: hue angle of 142.8º degrees, saturation: 0.58, 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 #77DB9D is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 157 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.14 |
| HSL | 142.8º | 0.58% | 0.66% | - |
| HSV(B) | 142.8º | 0.46% | 0.86% | - |
| XYZ | 39.03 | 57.02 | 40.85 | - |
| YUV | 182.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 157 | 0.46 | 0 | 0.28 | 0.14 | 142.8 | 0.58 | 0.66 |
| Hex | 77 | DB | 9D | 2E | 0 | 1C | E | 8F | 3A | 42 |
| Octal | 167 | 333 | 235 | 56 | 0 | 34 | 16 | 217 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10011101 | 101110 | 0 | 11100 | 1110 | 10001111 | 111010 | 1000010 |
Color Harmonies of #77DB9D
Complementary color
Monochromatic Colors of #77DB9D
Black with #77DB9D
Text Example
Text Example
White with #77DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB9D; }
p { color: rgb(119,219,157); }
H1.HeaderClassName
{
color: #77DB9D;
}
.AnyTagClassName
{
color: #77DB9D;
}
</style>
background-color css
<style>
a { background-color: #77DB9D; }
a { background-color: rgb(119,219,157); }
div.DivClassName
{
background-color: #77DB9D;
}
.BgClassName
{
background-color: #77DB9D;
}
</style>
border-color css
<style>
span { border-color: #77DB9D; }
span { border-color: rgb(119,219,157); }
td.TdClassName
{
border-color: #77DB9D;
}
.TagClassName
{
border-color: #77DB9D;
}
</style>