Shades of Medium Aquamarine #77DDA5
Tints of Medium Aquamarine #77DDA5
RGB
CMYK
RGB Variations
Color information
#77DDA5 (or 0x77DDA5) is known color: Medium Aquamarine. HEX triplet: 77, DD and A5. RGB value is (119,221,165). Sum of RGB (Red+Green+Blue) = 119+221+165=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDA5 is #88225A. Grayscale: #B8B8B8. Windows color (decimal): -8921691 or 10870135. OLE color: 10870135.
HSL color Cylindrical-coordinate representation of color #77DDA5: hue angle of 147.06º 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 #77DDA5 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 165 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.13 |
| HSL | 147.06º | 0.6% | 0.67% | - |
| HSV(B) | 147.06º | 0.46% | 0.87% | - |
| XYZ | 40.26 | 58.35 | 44.74 | - |
| YUV | 184.12 | 117.21 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 165 | 0.46 | 0 | 0.25 | 0.13 | 147.06 | 0.6 | 0.67 |
| Hex | 77 | DD | A5 | 2E | 0 | 19 | D | 93 | 3C | 43 |
| Octal | 167 | 335 | 245 | 56 | 0 | 31 | 15 | 223 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10100101 | 101110 | 0 | 11001 | 1101 | 10010011 | 111100 | 1000011 |
Color Harmonies of #77DDA5
Complementary color
Monochromatic Colors of #77DDA5
Black with #77DDA5
Text Example
Text Example
White with #77DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDA5; }
p { color: rgb(119,221,165); }
H1.HeaderClassName
{
color: #77DDA5;
}
.AnyTagClassName
{
color: #77DDA5;
}
</style>
background-color css
<style>
a { background-color: #77DDA5; }
a { background-color: rgb(119,221,165); }
div.DivClassName
{
background-color: #77DDA5;
}
.BgClassName
{
background-color: #77DDA5;
}
</style>
border-color css
<style>
span { border-color: #77DDA5; }
span { border-color: rgb(119,221,165); }
td.TdClassName
{
border-color: #77DDA5;
}
.TagClassName
{
border-color: #77DDA5;
}
</style>