Shades of Medium Aquamarine #77DDA4
Tints of Medium Aquamarine #77DDA4
RGB
CMYK
RGB Variations
Color information
#77DDA4 (or 0x77DDA4) is known color: Medium Aquamarine. HEX triplet: 77, DD and A4. RGB value is (119,221,164). Sum of RGB (Red+Green+Blue) = 119+221+164=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDA4 is #88225B. Grayscale: #B8B8B8. Windows color (decimal): -8921692 or 10804599. OLE color: 10804599.
HSL color Cylindrical-coordinate representation of color #77DDA4: hue angle of 146.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDA4 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 164 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.13 |
| HSL | 146.47º | 0.6% | 0.67% | - |
| HSV(B) | 146.47º | 0.46% | 0.87% | - |
| XYZ | 40.17 | 58.32 | 44.26 | - |
| YUV | 184 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 164 | 0.46 | 0 | 0.26 | 0.13 | 146.47 | 0.6 | 0.67 |
| Hex | 77 | DD | A4 | 2E | 0 | 1A | D | 92 | 3C | 43 |
| Octal | 167 | 335 | 244 | 56 | 0 | 32 | 15 | 222 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10100100 | 101110 | 0 | 11010 | 1101 | 10010010 | 111100 | 1000011 |
Color Harmonies of #77DDA4
Complementary color
Monochromatic Colors of #77DDA4
Black with #77DDA4
Text Example
Text Example
White with #77DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDA4; }
p { color: rgb(119,221,164); }
H1.HeaderClassName
{
color: #77DDA4;
}
.AnyTagClassName
{
color: #77DDA4;
}
</style>
background-color css
<style>
a { background-color: #77DDA4; }
a { background-color: rgb(119,221,164); }
div.DivClassName
{
background-color: #77DDA4;
}
.BgClassName
{
background-color: #77DDA4;
}
</style>
border-color css
<style>
span { border-color: #77DDA4; }
span { border-color: rgb(119,221,164); }
td.TdClassName
{
border-color: #77DDA4;
}
.TagClassName
{
border-color: #77DDA4;
}
</style>