Shades of Medium Aquamarine #77CDA4
Tints of Medium Aquamarine #77CDA4
RGB
CMYK
RGB Variations
Color information
#77CDA4 (or 0x77CDA4) is known color: Medium Aquamarine. HEX triplet: 77, CD and A4. RGB value is (119,205,164). Sum of RGB (Red+Green+Blue) = 119+205+164=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA4 is #88325B. Grayscale: #AEAEAE. Windows color (decimal): -8925788 or 10800503. OLE color: 10800503.
HSL color Cylindrical-coordinate representation of color #77CDA4: hue angle of 151.4º 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 #77CDA4 is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 164 | - |
| CMYK | 0.42 | 0 | 0.2 | 0.20 |
| HSL | 151.4º | 0.46% | 0.64% | - |
| HSV(B) | 151.4º | 0.42% | 0.8% | - |
| XYZ | 36.14 | 50.26 | 42.92 | - |
| YUV | 174.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 164 | 0.42 | 0 | 0.2 | 0.20 | 151.4 | 0.46 | 0.64 |
| Hex | 77 | CD | A4 | 2A | 0 | 14 | 14 | 97 | 2E | 40 |
| Octal | 167 | 315 | 244 | 52 | 0 | 24 | 24 | 227 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10100100 | 101010 | 0 | 10100 | 10100 | 10010111 | 101110 | 1000000 |
Color Harmonies of #77CDA4
Complementary color
Monochromatic Colors of #77CDA4
Black with #77CDA4
Text Example
Text Example
White with #77CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDA4; }
p { color: rgb(119,205,164); }
H1.HeaderClassName
{
color: #77CDA4;
}
.AnyTagClassName
{
color: #77CDA4;
}
</style>
background-color css
<style>
a { background-color: #77CDA4; }
a { background-color: rgb(119,205,164); }
div.DivClassName
{
background-color: #77CDA4;
}
.BgClassName
{
background-color: #77CDA4;
}
</style>
border-color css
<style>
span { border-color: #77CDA4; }
span { border-color: rgb(119,205,164); }
td.TdClassName
{
border-color: #77CDA4;
}
.TagClassName
{
border-color: #77CDA4;
}
</style>