Shades of Medium Aquamarine #77CDA2
Tints of Medium Aquamarine #77CDA2
RGB
CMYK
RGB Variations
Color information
#77CDA2 (or 0x77CDA2) is known color: Medium Aquamarine. HEX triplet: 77, CD and A2. RGB value is (119,205,162). Sum of RGB (Red+Green+Blue) = 119+205+162=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CDA2 is #88325D. Grayscale: #AEAEAE. Windows color (decimal): -8925790 or 10669431. OLE color: 10669431.
HSL color Cylindrical-coordinate representation of color #77CDA2: hue angle of 150º 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 #77CDA2 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 162 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.20 |
| HSL | 150º | 0.46% | 0.64% | - |
| HSV(B) | 150º | 0.42% | 0.8% | - |
| XYZ | 35.96 | 50.19 | 41.98 | - |
| YUV | 174.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 162 | 0.42 | 0 | 0.21 | 0.20 | 150 | 0.46 | 0.64 |
| Hex | 77 | CD | A2 | 2A | 0 | 15 | 14 | 96 | 2E | 40 |
| Octal | 167 | 315 | 242 | 52 | 0 | 25 | 24 | 226 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10100010 | 101010 | 0 | 10101 | 10100 | 10010110 | 101110 | 1000000 |
Color Harmonies of #77CDA2
Complementary color
Monochromatic Colors of #77CDA2
Black with #77CDA2
Text Example
Text Example
White with #77CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDA2; }
p { color: rgb(119,205,162); }
H1.HeaderClassName
{
color: #77CDA2;
}
.AnyTagClassName
{
color: #77CDA2;
}
</style>
background-color css
<style>
a { background-color: #77CDA2; }
a { background-color: rgb(119,205,162); }
div.DivClassName
{
background-color: #77CDA2;
}
.BgClassName
{
background-color: #77CDA2;
}
</style>
border-color css
<style>
span { border-color: #77CDA2; }
span { border-color: rgb(119,205,162); }
td.TdClassName
{
border-color: #77CDA2;
}
.TagClassName
{
border-color: #77CDA2;
}
</style>