Shades of Medium Aquamarine #4DECAF
Tints of Medium Aquamarine #4DECAF
RGB
CMYK
RGB Variations
Color information
#4DECAF (or 0x4DECAF) is known color: Medium Aquamarine. HEX triplet: 4D, EC and AF. RGB value is (77,236,175). Sum of RGB (Red+Green+Blue) = 77+236+175=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DECAF is #B21350. Grayscale: #B5B5B5. Windows color (decimal): -11670353 or 11529293. OLE color: 11529293.
HSL color Cylindrical-coordinate representation of color #4DECAF: hue angle of 156.98º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECAF is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 175 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.07 |
| HSL | 156.98º | 0.81% | 0.61% | - |
| HSV(B) | 156.98º | 0.67% | 0.93% | - |
| XYZ | 40.79 | 64.66 | 50.89 | - |
| YUV | 181.51 | 124.32 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 175 | 0.67 | 0 | 0.26 | 0.07 | 156.98 | 0.81 | 0.61 |
| Hex | 4D | EC | AF | 43 | 0 | 1A | 7 | 9D | 51 | 3D |
| Octal | 115 | 354 | 257 | 103 | 0 | 32 | 7 | 235 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10101111 | 1000011 | 0 | 11010 | 111 | 10011101 | 1010001 | 111101 |
Color Harmonies of #4DECAF
Complementary color
Monochromatic Colors of #4DECAF
Black with #4DECAF
Text Example
Text Example
White with #4DECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECAF; }
p { color: rgb(77,236,175); }
H1.HeaderClassName
{
color: #4DECAF;
}
.AnyTagClassName
{
color: #4DECAF;
}
</style>
background-color css
<style>
a { background-color: #4DECAF; }
a { background-color: rgb(77,236,175); }
div.DivClassName
{
background-color: #4DECAF;
}
.BgClassName
{
background-color: #4DECAF;
}
</style>
border-color css
<style>
span { border-color: #4DECAF; }
span { border-color: rgb(77,236,175); }
td.TdClassName
{
border-color: #4DECAF;
}
.TagClassName
{
border-color: #4DECAF;
}
</style>