Shades of Medium Aquamarine #77DBAD
Tints of Medium Aquamarine #77DBAD
RGB
CMYK
RGB Variations
Color information
#77DBAD (or 0x77DBAD) is known color: Medium Aquamarine. HEX triplet: 77, DB and AD. RGB value is (119,219,173). Sum of RGB (Red+Green+Blue) = 119+219+173=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBAD is #882452. Grayscale: #B7B7B7. Windows color (decimal): -8922195 or 11393911. OLE color: 11393911.
HSL color Cylindrical-coordinate representation of color #77DBAD: hue angle of 152.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 #77DBAD is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 173 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.14 |
| HSL | 152.4º | 0.58% | 0.66% | - |
| HSV(B) | 152.4º | 0.46% | 0.86% | - |
| XYZ | 40.48 | 57.6 | 48.52 | - |
| YUV | 183.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 173 | 0.46 | 0 | 0.21 | 0.14 | 152.4 | 0.58 | 0.66 |
| Hex | 77 | DB | AD | 2E | 0 | 15 | E | 98 | 3A | 42 |
| Octal | 167 | 333 | 255 | 56 | 0 | 25 | 16 | 230 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10101101 | 101110 | 0 | 10101 | 1110 | 10011000 | 111010 | 1000010 |
Color Harmonies of #77DBAD
Complementary color
Monochromatic Colors of #77DBAD
Black with #77DBAD
Text Example
Text Example
White with #77DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBAD; }
p { color: rgb(119,219,173); }
H1.HeaderClassName
{
color: #77DBAD;
}
.AnyTagClassName
{
color: #77DBAD;
}
</style>
background-color css
<style>
a { background-color: #77DBAD; }
a { background-color: rgb(119,219,173); }
div.DivClassName
{
background-color: #77DBAD;
}
.BgClassName
{
background-color: #77DBAD;
}
</style>
border-color css
<style>
span { border-color: #77DBAD; }
span { border-color: rgb(119,219,173); }
td.TdClassName
{
border-color: #77DBAD;
}
.TagClassName
{
border-color: #77DBAD;
}
</style>