Shades of Medium Aquamarine #4FFDAC
Tints of Medium Aquamarine #4FFDAC
RGB
CMYK
RGB Variations
Color information
#4FFDAC (or 0x4FFDAC) is known color: Medium Aquamarine. HEX triplet: 4F, FD and AC. RGB value is (79,253,172). Sum of RGB (Red+Green+Blue) = 79+253+172=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFDAC is #B00253. Grayscale: #BFBFBF. Windows color (decimal): -11534932 or 11337039. OLE color: 11337039.
HSL color Cylindrical-coordinate representation of color #4FFDAC: hue angle of 152.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDAC is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 172 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.01 |
| HSL | 152.07º | 0.98% | 0.65% | - |
| HSV(B) | 152.07º | 0.69% | 0.99% | - |
| XYZ | 45.8 | 74.89 | 51.07 | - |
| YUV | 191.74 | 116.85 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 172 | 0.69 | 0 | 0.32 | 0.01 | 152.07 | 0.98 | 0.65 |
| Hex | 4F | FD | AC | 45 | 0 | 20 | 1 | 98 | 62 | 41 |
| Octal | 117 | 375 | 254 | 105 | 0 | 40 | 1 | 230 | 142 | 101 |
| Binary | 1001111 | 11111101 | 10101100 | 1000101 | 0 | 100000 | 1 | 10011000 | 1100010 | 1000001 |
Color Harmonies of #4FFDAC
Complementary color
Monochromatic Colors of #4FFDAC
Black with #4FFDAC
Text Example
Text Example
White with #4FFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDAC; }
p { color: rgb(79,253,172); }
H1.HeaderClassName
{
color: #4FFDAC;
}
.AnyTagClassName
{
color: #4FFDAC;
}
</style>
background-color css
<style>
a { background-color: #4FFDAC; }
a { background-color: rgb(79,253,172); }
div.DivClassName
{
background-color: #4FFDAC;
}
.BgClassName
{
background-color: #4FFDAC;
}
</style>
border-color css
<style>
span { border-color: #4FFDAC; }
span { border-color: rgb(79,253,172); }
td.TdClassName
{
border-color: #4FFDAC;
}
.TagClassName
{
border-color: #4FFDAC;
}
</style>