Shades of Medium Aquamarine #77D4AC
Tints of Medium Aquamarine #77D4AC
RGB
CMYK
RGB Variations
Color information
#77D4AC (or 0x77D4AC) is known color: Medium Aquamarine. HEX triplet: 77, D4 and AC. RGB value is (119,212,172). Sum of RGB (Red+Green+Blue) = 119+212+172=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #77D4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D4AC is #882B53. Grayscale: #B3B3B3. Windows color (decimal): -8923988 or 11326583. OLE color: 11326583.
HSL color Cylindrical-coordinate representation of color #77D4AC: hue angle of 154.19º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D4AC is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 212 | 172 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.17 |
| HSL | 154.19º | 0.52% | 0.65% | - |
| HSV(B) | 154.19º | 0.44% | 0.83% | - |
| XYZ | 38.6 | 53.99 | 47.42 | - |
| YUV | 179.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 212 | 172 | 0.44 | 0 | 0.19 | 0.17 | 154.19 | 0.52 | 0.65 |
| Hex | 77 | D4 | AC | 2C | 0 | 13 | 11 | 9A | 34 | 41 |
| Octal | 167 | 324 | 254 | 54 | 0 | 23 | 21 | 232 | 64 | 101 |
| Binary | 1110111 | 11010100 | 10101100 | 101100 | 0 | 10011 | 10001 | 10011010 | 110100 | 1000001 |
Color Harmonies of #77D4AC
Complementary color
Monochromatic Colors of #77D4AC
Black with #77D4AC
Text Example
Text Example
White with #77D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D4AC; }
p { color: rgb(119,212,172); }
H1.HeaderClassName
{
color: #77D4AC;
}
.AnyTagClassName
{
color: #77D4AC;
}
</style>
background-color css
<style>
a { background-color: #77D4AC; }
a { background-color: rgb(119,212,172); }
div.DivClassName
{
background-color: #77D4AC;
}
.BgClassName
{
background-color: #77D4AC;
}
</style>
border-color css
<style>
span { border-color: #77D4AC; }
span { border-color: rgb(119,212,172); }
td.TdClassName
{
border-color: #77D4AC;
}
.TagClassName
{
border-color: #77D4AC;
}
</style>