Shades of Medium Aquamarine #77DDA8
Tints of Medium Aquamarine #77DDA8
RGB
CMYK
RGB Variations
Color information
#77DDA8 (or 0x77DDA8) is known color: Medium Aquamarine. HEX triplet: 77, DD and A8. RGB value is (119,221,168). Sum of RGB (Red+Green+Blue) = 119+221+168=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDA8 is #882257. Grayscale: #B8B8B8. Windows color (decimal): -8921688 or 11066743. OLE color: 11066743.
HSL color Cylindrical-coordinate representation of color #77DDA8: hue angle of 148.82º 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 #77DDA8 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 168 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.13 |
| HSL | 148.82º | 0.6% | 0.67% | - |
| HSV(B) | 148.82º | 0.46% | 0.87% | - |
| XYZ | 40.53 | 58.46 | 46.19 | - |
| YUV | 184.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 168 | 0.46 | 0 | 0.24 | 0.13 | 148.82 | 0.6 | 0.67 |
| Hex | 77 | DD | A8 | 2E | 0 | 18 | D | 95 | 3C | 43 |
| Octal | 167 | 335 | 250 | 56 | 0 | 30 | 15 | 225 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10101000 | 101110 | 0 | 11000 | 1101 | 10010101 | 111100 | 1000011 |
Color Harmonies of #77DDA8
Complementary color
Monochromatic Colors of #77DDA8
Black with #77DDA8
Text Example
Text Example
White with #77DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDA8; }
p { color: rgb(119,221,168); }
H1.HeaderClassName
{
color: #77DDA8;
}
.AnyTagClassName
{
color: #77DDA8;
}
</style>
background-color css
<style>
a { background-color: #77DDA8; }
a { background-color: rgb(119,221,168); }
div.DivClassName
{
background-color: #77DDA8;
}
.BgClassName
{
background-color: #77DDA8;
}
</style>
border-color css
<style>
span { border-color: #77DDA8; }
span { border-color: rgb(119,221,168); }
td.TdClassName
{
border-color: #77DDA8;
}
.TagClassName
{
border-color: #77DDA8;
}
</style>