Shades of Medium Aquamarine #77DAB1
Tints of Medium Aquamarine #77DAB1
RGB
CMYK
RGB Variations
Color information
#77DAB1 (or 0x77DAB1) is known color: Medium Aquamarine. HEX triplet: 77, DA and B1. RGB value is (119,218,177). Sum of RGB (Red+Green+Blue) = 119+218+177=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DAB1 is #88254E. Grayscale: #B7B7B7. Windows color (decimal): -8922447 or 11655799. OLE color: 11655799.
HSL color Cylindrical-coordinate representation of color #77DAB1: hue angle of 155.15º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DAB1 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 218 | 177 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.15 |
| HSL | 155.15º | 0.57% | 0.66% | - |
| HSV(B) | 155.15º | 0.45% | 0.85% | - |
| XYZ | 40.61 | 57.24 | 50.5 | - |
| YUV | 183.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 218 | 177 | 0.45 | 0 | 0.19 | 0.15 | 155.15 | 0.57 | 0.66 |
| Hex | 77 | DA | B1 | 2D | 0 | 13 | F | 9B | 39 | 42 |
| Octal | 167 | 332 | 261 | 55 | 0 | 23 | 17 | 233 | 71 | 102 |
| Binary | 1110111 | 11011010 | 10110001 | 101101 | 0 | 10011 | 1111 | 10011011 | 111001 | 1000010 |
Color Harmonies of #77DAB1
Complementary color
Monochromatic Colors of #77DAB1
Black with #77DAB1
Text Example
Text Example
White with #77DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DAB1; }
p { color: rgb(119,218,177); }
H1.HeaderClassName
{
color: #77DAB1;
}
.AnyTagClassName
{
color: #77DAB1;
}
</style>
background-color css
<style>
a { background-color: #77DAB1; }
a { background-color: rgb(119,218,177); }
div.DivClassName
{
background-color: #77DAB1;
}
.BgClassName
{
background-color: #77DAB1;
}
</style>
border-color css
<style>
span { border-color: #77DAB1; }
span { border-color: rgb(119,218,177); }
td.TdClassName
{
border-color: #77DAB1;
}
.TagClassName
{
border-color: #77DAB1;
}
</style>