Shades of Medium Aquamarine #77CDA1
Tints of Medium Aquamarine #77CDA1
RGB
CMYK
RGB Variations
Color information
#77CDA1 (or 0x77CDA1) is known color: Medium Aquamarine. HEX triplet: 77, CD and A1. RGB value is (119,205,161). Sum of RGB (Red+Green+Blue) = 119+205+161=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA1 is #88325E. Grayscale: #AEAEAE. Windows color (decimal): -8925791 or 10603895. OLE color: 10603895.
HSL color Cylindrical-coordinate representation of color #77CDA1: hue angle of 149.3º 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 #77CDA1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 161 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.20 |
| HSL | 149.3º | 0.46% | 0.64% | - |
| HSV(B) | 149.3º | 0.42% | 0.8% | - |
| XYZ | 35.87 | 50.16 | 41.51 | - |
| YUV | 174.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 161 | 0.42 | 0 | 0.21 | 0.20 | 149.3 | 0.46 | 0.64 |
| Hex | 77 | CD | A1 | 2A | 0 | 15 | 14 | 95 | 2E | 40 |
| Octal | 167 | 315 | 241 | 52 | 0 | 25 | 24 | 225 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10100001 | 101010 | 0 | 10101 | 10100 | 10010101 | 101110 | 1000000 |
Color Harmonies of #77CDA1
Complementary color
Monochromatic Colors of #77CDA1
Black with #77CDA1
Text Example
Text Example
White with #77CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDA1; }
p { color: rgb(119,205,161); }
H1.HeaderClassName
{
color: #77CDA1;
}
.AnyTagClassName
{
color: #77CDA1;
}
</style>
background-color css
<style>
a { background-color: #77CDA1; }
a { background-color: rgb(119,205,161); }
div.DivClassName
{
background-color: #77CDA1;
}
.BgClassName
{
background-color: #77CDA1;
}
</style>
border-color css
<style>
span { border-color: #77CDA1; }
span { border-color: rgb(119,205,161); }
td.TdClassName
{
border-color: #77CDA1;
}
.TagClassName
{
border-color: #77CDA1;
}
</style>