Shades of Medium Aquamarine #77DBAF
Tints of Medium Aquamarine #77DBAF
RGB
CMYK
RGB Variations
Color information
#77DBAF (or 0x77DBAF) is known color: Medium Aquamarine. HEX triplet: 77, DB and AF. RGB value is (119,219,175). Sum of RGB (Red+Green+Blue) = 119+219+175=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBAF is #882450. Grayscale: #B8B8B8. Windows color (decimal): -8922193 or 11524983. OLE color: 11524983.
HSL color Cylindrical-coordinate representation of color #77DBAF: hue angle of 153.6º 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 #77DBAF is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 175 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.14 |
| HSL | 153.6º | 0.58% | 0.66% | - |
| HSV(B) | 153.6º | 0.46% | 0.86% | - |
| XYZ | 40.68 | 57.68 | 49.55 | - |
| YUV | 184.08 | 122.87 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 175 | 0.46 | 0 | 0.20 | 0.14 | 153.6 | 0.58 | 0.66 |
| Hex | 77 | DB | AF | 2E | 0 | 14 | E | 9A | 3A | 42 |
| Octal | 167 | 333 | 257 | 56 | 0 | 24 | 16 | 232 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10101111 | 101110 | 0 | 10100 | 1110 | 10011010 | 111010 | 1000010 |
Color Harmonies of #77DBAF
Complementary color
Monochromatic Colors of #77DBAF
Black with #77DBAF
Text Example
Text Example
White with #77DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBAF; }
p { color: rgb(119,219,175); }
H1.HeaderClassName
{
color: #77DBAF;
}
.AnyTagClassName
{
color: #77DBAF;
}
</style>
background-color css
<style>
a { background-color: #77DBAF; }
a { background-color: rgb(119,219,175); }
div.DivClassName
{
background-color: #77DBAF;
}
.BgClassName
{
background-color: #77DBAF;
}
</style>
border-color css
<style>
span { border-color: #77DBAF; }
span { border-color: rgb(119,219,175); }
td.TdClassName
{
border-color: #77DBAF;
}
.TagClassName
{
border-color: #77DBAF;
}
</style>