Shades of Medium Aquamarine #4DDFAB
Tints of Medium Aquamarine #4DDFAB
RGB
CMYK
RGB Variations
Color information
#4DDFAB (or 0x4DDFAB) is known color: Medium Aquamarine. HEX triplet: 4D, DF and AB. RGB value is (77,223,171). Sum of RGB (Red+Green+Blue) = 77+223+171=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDFAB is #B22054. Grayscale: #ADADAD. Windows color (decimal): -11673685 or 11263821. OLE color: 11263821.
HSL color Cylindrical-coordinate representation of color #4DDFAB: hue angle of 158.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFAB is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 171 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.13 |
| HSL | 158.63º | 0.7% | 0.59% | - |
| HSV(B) | 158.63º | 0.65% | 0.87% | - |
| XYZ | 36.8 | 57.29 | 47.65 | - |
| YUV | 173.42 | 126.63 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 171 | 0.65 | 0 | 0.23 | 0.13 | 158.63 | 0.7 | 0.59 |
| Hex | 4D | DF | AB | 41 | 0 | 17 | D | 9F | 46 | 3B |
| Octal | 115 | 337 | 253 | 101 | 0 | 27 | 15 | 237 | 106 | 73 |
| Binary | 1001101 | 11011111 | 10101011 | 1000001 | 0 | 10111 | 1101 | 10011111 | 1000110 | 111011 |
Color Harmonies of #4DDFAB
Complementary color
Monochromatic Colors of #4DDFAB
Black with #4DDFAB
Text Example
Text Example
White with #4DDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFAB; }
p { color: rgb(77,223,171); }
H1.HeaderClassName
{
color: #4DDFAB;
}
.AnyTagClassName
{
color: #4DDFAB;
}
</style>
background-color css
<style>
a { background-color: #4DDFAB; }
a { background-color: rgb(77,223,171); }
div.DivClassName
{
background-color: #4DDFAB;
}
.BgClassName
{
background-color: #4DDFAB;
}
</style>
border-color css
<style>
span { border-color: #4DDFAB; }
span { border-color: rgb(77,223,171); }
td.TdClassName
{
border-color: #4DDFAB;
}
.TagClassName
{
border-color: #4DDFAB;
}
</style>