Shades of Medium Aquamarine #77DBAC
Tints of Medium Aquamarine #77DBAC
RGB
CMYK
RGB Variations
Color information
#77DBAC (or 0x77DBAC) is known color: Medium Aquamarine. HEX triplet: 77, DB and AC. RGB value is (119,219,172). Sum of RGB (Red+Green+Blue) = 119+219+172=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBAC is #882453. Grayscale: #B7B7B7. Windows color (decimal): -8922196 or 11328375. OLE color: 11328375.
HSL color Cylindrical-coordinate representation of color #77DBAC: hue angle of 151.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 #77DBAC is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 172 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.14 |
| HSL | 151.8º | 0.58% | 0.66% | - |
| HSV(B) | 151.8º | 0.46% | 0.86% | - |
| XYZ | 40.39 | 57.56 | 48.01 | - |
| YUV | 183.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 172 | 0.46 | 0 | 0.21 | 0.14 | 151.8 | 0.58 | 0.66 |
| Hex | 77 | DB | AC | 2E | 0 | 15 | E | 98 | 3A | 42 |
| Octal | 167 | 333 | 254 | 56 | 0 | 25 | 16 | 230 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10101100 | 101110 | 0 | 10101 | 1110 | 10011000 | 111010 | 1000010 |
Color Harmonies of #77DBAC
Complementary color
Monochromatic Colors of #77DBAC
Black with #77DBAC
Text Example
Text Example
White with #77DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBAC; }
p { color: rgb(119,219,172); }
H1.HeaderClassName
{
color: #77DBAC;
}
.AnyTagClassName
{
color: #77DBAC;
}
</style>
background-color css
<style>
a { background-color: #77DBAC; }
a { background-color: rgb(119,219,172); }
div.DivClassName
{
background-color: #77DBAC;
}
.BgClassName
{
background-color: #77DBAC;
}
</style>
border-color css
<style>
span { border-color: #77DBAC; }
span { border-color: rgb(119,219,172); }
td.TdClassName
{
border-color: #77DBAC;
}
.TagClassName
{
border-color: #77DBAC;
}
</style>