Shades of Medium Aquamarine #77CDA5
Tints of Medium Aquamarine #77CDA5
RGB
CMYK
RGB Variations
Color information
#77CDA5 (or 0x77CDA5) is known color: Medium Aquamarine. HEX triplet: 77, CD and A5. RGB value is (119,205,165). Sum of RGB (Red+Green+Blue) = 119+205+165=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA5 is #88325A. Grayscale: #AEAEAE. Windows color (decimal): -8925787 or 10866039. OLE color: 10866039.
HSL color Cylindrical-coordinate representation of color #77CDA5: hue angle of 152.09º 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 #77CDA5 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 165 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.20 |
| HSL | 152.09º | 0.46% | 0.64% | - |
| HSV(B) | 152.09º | 0.42% | 0.8% | - |
| XYZ | 36.23 | 50.3 | 43.4 | - |
| YUV | 174.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 165 | 0.42 | 0 | 0.20 | 0.20 | 152.09 | 0.46 | 0.64 |
| Hex | 77 | CD | A5 | 2A | 0 | 14 | 14 | 98 | 2E | 40 |
| Octal | 167 | 315 | 245 | 52 | 0 | 24 | 24 | 230 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10100101 | 101010 | 0 | 10100 | 10100 | 10011000 | 101110 | 1000000 |
Color Harmonies of #77CDA5
Complementary color
Monochromatic Colors of #77CDA5
Black with #77CDA5
Text Example
Text Example
White with #77CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDA5; }
p { color: rgb(119,205,165); }
H1.HeaderClassName
{
color: #77CDA5;
}
.AnyTagClassName
{
color: #77CDA5;
}
</style>
background-color css
<style>
a { background-color: #77CDA5; }
a { background-color: rgb(119,205,165); }
div.DivClassName
{
background-color: #77CDA5;
}
.BgClassName
{
background-color: #77CDA5;
}
</style>
border-color css
<style>
span { border-color: #77CDA5; }
span { border-color: rgb(119,205,165); }
td.TdClassName
{
border-color: #77CDA5;
}
.TagClassName
{
border-color: #77CDA5;
}
</style>