Shades of Medium Aquamarine #77DB9C
Tints of Medium Aquamarine #77DB9C
RGB
CMYK
RGB Variations
Color information
#77DB9C (or 0x77DB9C) is known color: Medium Aquamarine. HEX triplet: 77, DB and 9C. RGB value is (119,219,156). Sum of RGB (Red+Green+Blue) = 119+219+156=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DB9C is #882463. Grayscale: #B6B6B6. Windows color (decimal): -8922212 or 10279799. OLE color: 10279799.
HSL color Cylindrical-coordinate representation of color #77DB9C: hue angle of 142.2º 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 #77DB9C is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 156 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.14 |
| HSL | 142.2º | 0.58% | 0.66% | - |
| HSV(B) | 142.2º | 0.46% | 0.86% | - |
| XYZ | 38.94 | 56.99 | 40.4 | - |
| YUV | 181.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 156 | 0.46 | 0 | 0.29 | 0.14 | 142.2 | 0.58 | 0.66 |
| Hex | 77 | DB | 9C | 2E | 0 | 1D | E | 8E | 3A | 42 |
| Octal | 167 | 333 | 234 | 56 | 0 | 35 | 16 | 216 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10011100 | 101110 | 0 | 11101 | 1110 | 10001110 | 111010 | 1000010 |
Color Harmonies of #77DB9C
Complementary color
Monochromatic Colors of #77DB9C
Black with #77DB9C
Text Example
Text Example
White with #77DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB9C; }
p { color: rgb(119,219,156); }
H1.HeaderClassName
{
color: #77DB9C;
}
.AnyTagClassName
{
color: #77DB9C;
}
</style>
background-color css
<style>
a { background-color: #77DB9C; }
a { background-color: rgb(119,219,156); }
div.DivClassName
{
background-color: #77DB9C;
}
.BgClassName
{
background-color: #77DB9C;
}
</style>
border-color css
<style>
span { border-color: #77DB9C; }
span { border-color: rgb(119,219,156); }
td.TdClassName
{
border-color: #77DB9C;
}
.TagClassName
{
border-color: #77DB9C;
}
</style>