Shades of Medium Aquamarine #4DFBA5
Tints of Medium Aquamarine #4DFBA5
RGB
CMYK
RGB Variations
Color information
#4DFBA5 (or 0x4DFBA5) is known color: Medium Aquamarine. HEX triplet: 4D, FB and A5. RGB value is (77,251,165). Sum of RGB (Red+Green+Blue) = 77+251+165=493 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.62% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFBA5 is #B2045A. Grayscale: #BDBDBD. Windows color (decimal): -11666523 or 10877773. OLE color: 10877773.
HSL color Cylindrical-coordinate representation of color #4DFBA5: hue angle of 150.34º 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 #4DFBA5 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 165 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.02 |
| HSL | 150.34º | 0.96% | 0.64% | - |
| HSV(B) | 150.34º | 0.69% | 0.98% | - |
| XYZ | 44.35 | 73.29 | 47.41 | - |
| YUV | 189.17 | 114.35 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 165 | 0.69 | 0 | 0.34 | 0.02 | 150.34 | 0.96 | 0.64 |
| Hex | 4D | FB | A5 | 45 | 0 | 22 | 2 | 96 | 60 | 40 |
| Octal | 115 | 373 | 245 | 105 | 0 | 42 | 2 | 226 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10100101 | 1000101 | 0 | 100010 | 10 | 10010110 | 1100000 | 1000000 |
Color Harmonies of #4DFBA5
Complementary color
Monochromatic Colors of #4DFBA5
Black with #4DFBA5
Text Example
Text Example
White with #4DFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBA5; }
p { color: rgb(77,251,165); }
H1.HeaderClassName
{
color: #4DFBA5;
}
.AnyTagClassName
{
color: #4DFBA5;
}
</style>
background-color css
<style>
a { background-color: #4DFBA5; }
a { background-color: rgb(77,251,165); }
div.DivClassName
{
background-color: #4DFBA5;
}
.BgClassName
{
background-color: #4DFBA5;
}
</style>
border-color css
<style>
span { border-color: #4DFBA5; }
span { border-color: rgb(77,251,165); }
td.TdClassName
{
border-color: #4DFBA5;
}
.TagClassName
{
border-color: #4DFBA5;
}
</style>