Shades of Medium Aquamarine #77DCA7
Tints of Medium Aquamarine #77DCA7
RGB
CMYK
RGB Variations
Color information
#77DCA7 (or 0x77DCA7) is known color: Medium Aquamarine. HEX triplet: 77, DC and A7. RGB value is (119,220,167). Sum of RGB (Red+Green+Blue) = 119+220+167=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCA7 is #882358. Grayscale: #B7B7B7. Windows color (decimal): -8921945 or 11000951. OLE color: 11000951.
HSL color Cylindrical-coordinate representation of color #77DCA7: hue angle of 148.51º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCA7 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 167 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.14 |
| HSL | 148.51º | 0.59% | 0.66% | - |
| HSV(B) | 148.51º | 0.46% | 0.86% | - |
| XYZ | 40.18 | 57.9 | 45.62 | - |
| YUV | 183.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 167 | 0.46 | 0 | 0.24 | 0.14 | 148.51 | 0.59 | 0.66 |
| Hex | 77 | DC | A7 | 2E | 0 | 18 | E | 95 | 3B | 42 |
| Octal | 167 | 334 | 247 | 56 | 0 | 30 | 16 | 225 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10100111 | 101110 | 0 | 11000 | 1110 | 10010101 | 111011 | 1000010 |
Color Harmonies of #77DCA7
Complementary color
Monochromatic Colors of #77DCA7
Black with #77DCA7
Text Example
Text Example
White with #77DCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCA7; }
p { color: rgb(119,220,167); }
H1.HeaderClassName
{
color: #77DCA7;
}
.AnyTagClassName
{
color: #77DCA7;
}
</style>
background-color css
<style>
a { background-color: #77DCA7; }
a { background-color: rgb(119,220,167); }
div.DivClassName
{
background-color: #77DCA7;
}
.BgClassName
{
background-color: #77DCA7;
}
</style>
border-color css
<style>
span { border-color: #77DCA7; }
span { border-color: rgb(119,220,167); }
td.TdClassName
{
border-color: #77DCA7;
}
.TagClassName
{
border-color: #77DCA7;
}
</style>