Shades of Medium Aquamarine #4DF8AC
Tints of Medium Aquamarine #4DF8AC
RGB
CMYK
RGB Variations
Color information
#4DF8AC (or 0x4DF8AC) is known color: Medium Aquamarine. HEX triplet: 4D, F8 and AC. RGB value is (77,248,172). Sum of RGB (Red+Green+Blue) = 77+248+172=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF8AC is #B20753. Grayscale: #BCBCBC. Windows color (decimal): -11667284 or 11335757. OLE color: 11335757.
HSL color Cylindrical-coordinate representation of color #4DF8AC: hue angle of 153.33º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8AC is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 172 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.03 |
| HSL | 153.33º | 0.92% | 0.64% | - |
| HSV(B) | 153.33º | 0.69% | 0.97% | - |
| XYZ | 44.07 | 71.69 | 50.54 | - |
| YUV | 188.21 | 118.85 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 172 | 0.69 | 0 | 0.31 | 0.03 | 153.33 | 0.92 | 0.64 |
| Hex | 4D | F8 | AC | 45 | 0 | 1F | 3 | 99 | 5C | 40 |
| Octal | 115 | 370 | 254 | 105 | 0 | 37 | 3 | 231 | 134 | 100 |
| Binary | 1001101 | 11111000 | 10101100 | 1000101 | 0 | 11111 | 11 | 10011001 | 1011100 | 1000000 |
Color Harmonies of #4DF8AC
Complementary color
Monochromatic Colors of #4DF8AC
Black with #4DF8AC
Text Example
Text Example
White with #4DF8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF8AC; }
p { color: rgb(77,248,172); }
H1.HeaderClassName
{
color: #4DF8AC;
}
.AnyTagClassName
{
color: #4DF8AC;
}
</style>
background-color css
<style>
a { background-color: #4DF8AC; }
a { background-color: rgb(77,248,172); }
div.DivClassName
{
background-color: #4DF8AC;
}
.BgClassName
{
background-color: #4DF8AC;
}
</style>
border-color css
<style>
span { border-color: #4DF8AC; }
span { border-color: rgb(77,248,172); }
td.TdClassName
{
border-color: #4DF8AC;
}
.TagClassName
{
border-color: #4DF8AC;
}
</style>