Shades of Medium Aquamarine #77DDA6
Tints of Medium Aquamarine #77DDA6
RGB
CMYK
RGB Variations
Color information
#77DDA6 (or 0x77DDA6) is known color: Medium Aquamarine. HEX triplet: 77, DD and A6. RGB value is (119,221,166). Sum of RGB (Red+Green+Blue) = 119+221+166=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDA6 is #882259. Grayscale: #B8B8B8. Windows color (decimal): -8921690 or 10935671. OLE color: 10935671.
HSL color Cylindrical-coordinate representation of color #77DDA6: hue angle of 147.65º 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 #77DDA6 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 166 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.13 |
| HSL | 147.65º | 0.6% | 0.67% | - |
| HSV(B) | 147.65º | 0.46% | 0.87% | - |
| XYZ | 40.35 | 58.39 | 45.22 | - |
| YUV | 184.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 166 | 0.46 | 0 | 0.25 | 0.13 | 147.65 | 0.6 | 0.67 |
| Hex | 77 | DD | A6 | 2E | 0 | 19 | D | 94 | 3C | 43 |
| Octal | 167 | 335 | 246 | 56 | 0 | 31 | 15 | 224 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10100110 | 101110 | 0 | 11001 | 1101 | 10010100 | 111100 | 1000011 |
Color Harmonies of #77DDA6
Complementary color
Monochromatic Colors of #77DDA6
Black with #77DDA6
Text Example
Text Example
White with #77DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDA6; }
p { color: rgb(119,221,166); }
H1.HeaderClassName
{
color: #77DDA6;
}
.AnyTagClassName
{
color: #77DDA6;
}
</style>
background-color css
<style>
a { background-color: #77DDA6; }
a { background-color: rgb(119,221,166); }
div.DivClassName
{
background-color: #77DDA6;
}
.BgClassName
{
background-color: #77DDA6;
}
</style>
border-color css
<style>
span { border-color: #77DDA6; }
span { border-color: rgb(119,221,166); }
td.TdClassName
{
border-color: #77DDA6;
}
.TagClassName
{
border-color: #77DDA6;
}
</style>