Shades of Medium Aquamarine #77DBA3
Tints of Medium Aquamarine #77DBA3
RGB
CMYK
RGB Variations
Color information
#77DBA3 (or 0x77DBA3) is known color: Medium Aquamarine. HEX triplet: 77, DB and A3. RGB value is (119,219,163). Sum of RGB (Red+Green+Blue) = 119+219+163=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBA3 is #88245C. Grayscale: #B6B6B6. Windows color (decimal): -8922205 or 10738551. OLE color: 10738551.
HSL color Cylindrical-coordinate representation of color #77DBA3: hue angle of 146.4º 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 #77DBA3 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 163 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.14 |
| HSL | 146.4º | 0.58% | 0.66% | - |
| HSV(B) | 146.4º | 0.46% | 0.86% | - |
| XYZ | 39.55 | 57.23 | 43.61 | - |
| YUV | 182.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 163 | 0.46 | 0 | 0.26 | 0.14 | 146.4 | 0.58 | 0.66 |
| Hex | 77 | DB | A3 | 2E | 0 | 1A | E | 92 | 3A | 42 |
| Octal | 167 | 333 | 243 | 56 | 0 | 32 | 16 | 222 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10100011 | 101110 | 0 | 11010 | 1110 | 10010010 | 111010 | 1000010 |
Color Harmonies of #77DBA3
Complementary color
Monochromatic Colors of #77DBA3
Black with #77DBA3
Text Example
Text Example
White with #77DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBA3; }
p { color: rgb(119,219,163); }
H1.HeaderClassName
{
color: #77DBA3;
}
.AnyTagClassName
{
color: #77DBA3;
}
</style>
background-color css
<style>
a { background-color: #77DBA3; }
a { background-color: rgb(119,219,163); }
div.DivClassName
{
background-color: #77DBA3;
}
.BgClassName
{
background-color: #77DBA3;
}
</style>
border-color css
<style>
span { border-color: #77DBA3; }
span { border-color: rgb(119,219,163); }
td.TdClassName
{
border-color: #77DBA3;
}
.TagClassName
{
border-color: #77DBA3;
}
</style>