Shades of Medium Aquamarine #4DFBAA
Tints of Medium Aquamarine #4DFBAA
RGB
CMYK
RGB Variations
Color information
#4DFBAA (or 0x4DFBAA) is known color: Medium Aquamarine. HEX triplet: 4D, FB and AA. RGB value is (77,251,170). Sum of RGB (Red+Green+Blue) = 77+251+170=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFBAA is #B20455. Grayscale: #BDBDBD. Windows color (decimal): -11666518 or 11205453. OLE color: 11205453.
HSL color Cylindrical-coordinate representation of color #4DFBAA: hue angle of 152.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFBAA is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 170 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.02 |
| HSL | 152.07º | 0.96% | 0.64% | - |
| HSV(B) | 152.07º | 0.69% | 0.98% | - |
| XYZ | 44.81 | 73.47 | 49.85 | - |
| YUV | 189.74 | 116.85 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 170 | 0.69 | 0 | 0.32 | 0.02 | 152.07 | 0.96 | 0.64 |
| Hex | 4D | FB | AA | 45 | 0 | 20 | 2 | 98 | 60 | 40 |
| Octal | 115 | 373 | 252 | 105 | 0 | 40 | 2 | 230 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10101010 | 1000101 | 0 | 100000 | 10 | 10011000 | 1100000 | 1000000 |
Color Harmonies of #4DFBAA
Complementary color
Monochromatic Colors of #4DFBAA
Black with #4DFBAA
Text Example
Text Example
White with #4DFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBAA; }
p { color: rgb(77,251,170); }
H1.HeaderClassName
{
color: #4DFBAA;
}
.AnyTagClassName
{
color: #4DFBAA;
}
</style>
background-color css
<style>
a { background-color: #4DFBAA; }
a { background-color: rgb(77,251,170); }
div.DivClassName
{
background-color: #4DFBAA;
}
.BgClassName
{
background-color: #4DFBAA;
}
</style>
border-color css
<style>
span { border-color: #4DFBAA; }
span { border-color: rgb(77,251,170); }
td.TdClassName
{
border-color: #4DFBAA;
}
.TagClassName
{
border-color: #4DFBAA;
}
</style>