Shades of Medium Aquamarine #77DCB2
Tints of Medium Aquamarine #77DCB2
RGB
CMYK
RGB Variations
Color information
#77DCB2 (or 0x77DCB2) is known color: Medium Aquamarine. HEX triplet: 77, DC and B2. RGB value is (119,220,178). Sum of RGB (Red+Green+Blue) = 119+220+178=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCB2 is #88234D. Grayscale: #B9B9B9. Windows color (decimal): -8921934 or 11721847. OLE color: 11721847.
HSL color Cylindrical-coordinate representation of color #77DCB2: hue angle of 155.05º 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 #77DCB2 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 178 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.14 |
| HSL | 155.05º | 0.59% | 0.66% | - |
| HSV(B) | 155.05º | 0.46% | 0.86% | - |
| XYZ | 41.24 | 58.32 | 51.2 | - |
| YUV | 185.01 | 124.04 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 178 | 0.46 | 0 | 0.19 | 0.14 | 155.05 | 0.59 | 0.66 |
| Hex | 77 | DC | B2 | 2E | 0 | 13 | E | 9B | 3B | 42 |
| Octal | 167 | 334 | 262 | 56 | 0 | 23 | 16 | 233 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10110010 | 101110 | 0 | 10011 | 1110 | 10011011 | 111011 | 1000010 |
Color Harmonies of #77DCB2
Complementary color
Monochromatic Colors of #77DCB2
Black with #77DCB2
Text Example
Text Example
White with #77DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCB2; }
p { color: rgb(119,220,178); }
H1.HeaderClassName
{
color: #77DCB2;
}
.AnyTagClassName
{
color: #77DCB2;
}
</style>
background-color css
<style>
a { background-color: #77DCB2; }
a { background-color: rgb(119,220,178); }
div.DivClassName
{
background-color: #77DCB2;
}
.BgClassName
{
background-color: #77DCB2;
}
</style>
border-color css
<style>
span { border-color: #77DCB2; }
span { border-color: rgb(119,220,178); }
td.TdClassName
{
border-color: #77DCB2;
}
.TagClassName
{
border-color: #77DCB2;
}
</style>