Shades of Medium Aquamarine #77CDAA
Tints of Medium Aquamarine #77CDAA
RGB
CMYK
RGB Variations
Color information
#77CDAA (or 0x77CDAA) is known color: Medium Aquamarine. HEX triplet: 77, CD and AA. RGB value is (119,205,170). Sum of RGB (Red+Green+Blue) = 119+205+170=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDAA is #883255. Grayscale: #AFAFAF. Windows color (decimal): -8925782 or 11193719. OLE color: 11193719.
HSL color Cylindrical-coordinate representation of color #77CDAA: hue angle of 155.58º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDAA is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 170 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.20 |
| HSL | 155.58º | 0.46% | 0.64% | - |
| HSV(B) | 155.58º | 0.42% | 0.8% | - |
| XYZ | 36.69 | 50.49 | 45.84 | - |
| YUV | 175.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 170 | 0.42 | 0 | 0.17 | 0.20 | 155.58 | 0.46 | 0.64 |
| Hex | 77 | CD | AA | 2A | 0 | 11 | 14 | 9C | 2E | 40 |
| Octal | 167 | 315 | 252 | 52 | 0 | 21 | 24 | 234 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10101010 | 101010 | 0 | 10001 | 10100 | 10011100 | 101110 | 1000000 |
Color Harmonies of #77CDAA
Complementary color
Monochromatic Colors of #77CDAA
Black with #77CDAA
Text Example
Text Example
White with #77CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDAA; }
p { color: rgb(119,205,170); }
H1.HeaderClassName
{
color: #77CDAA;
}
.AnyTagClassName
{
color: #77CDAA;
}
</style>
background-color css
<style>
a { background-color: #77CDAA; }
a { background-color: rgb(119,205,170); }
div.DivClassName
{
background-color: #77CDAA;
}
.BgClassName
{
background-color: #77CDAA;
}
</style>
border-color css
<style>
span { border-color: #77CDAA; }
span { border-color: rgb(119,205,170); }
td.TdClassName
{
border-color: #77CDAA;
}
.TagClassName
{
border-color: #77CDAA;
}
</style>