Shades of Medium Aquamarine #77DBB1
Tints of Medium Aquamarine #77DBB1
RGB
CMYK
RGB Variations
Color information
#77DBB1 (or 0x77DBB1) is known color: Medium Aquamarine. HEX triplet: 77, DB and B1. RGB value is (119,219,177). Sum of RGB (Red+Green+Blue) = 119+219+177=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DBB1 is #88244E. Grayscale: #B8B8B8. Windows color (decimal): -8922191 or 11656055. OLE color: 11656055.
HSL color Cylindrical-coordinate representation of color #77DBB1: hue angle of 154.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 #77DBB1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 177 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.14 |
| HSL | 154.8º | 0.58% | 0.66% | - |
| HSV(B) | 154.8º | 0.46% | 0.86% | - |
| XYZ | 40.88 | 57.76 | 50.59 | - |
| YUV | 184.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 177 | 0.46 | 0 | 0.19 | 0.14 | 154.8 | 0.58 | 0.66 |
| Hex | 77 | DB | B1 | 2E | 0 | 13 | E | 9B | 3A | 42 |
| Octal | 167 | 333 | 261 | 56 | 0 | 23 | 16 | 233 | 72 | 102 |
| Binary | 1110111 | 11011011 | 10110001 | 101110 | 0 | 10011 | 1110 | 10011011 | 111010 | 1000010 |
Color Harmonies of #77DBB1
Complementary color
Monochromatic Colors of #77DBB1
Black with #77DBB1
Text Example
Text Example
White with #77DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBB1; }
p { color: rgb(119,219,177); }
H1.HeaderClassName
{
color: #77DBB1;
}
.AnyTagClassName
{
color: #77DBB1;
}
</style>
background-color css
<style>
a { background-color: #77DBB1; }
a { background-color: rgb(119,219,177); }
div.DivClassName
{
background-color: #77DBB1;
}
.BgClassName
{
background-color: #77DBB1;
}
</style>
border-color css
<style>
span { border-color: #77DBB1; }
span { border-color: rgb(119,219,177); }
td.TdClassName
{
border-color: #77DBB1;
}
.TagClassName
{
border-color: #77DBB1;
}
</style>