Shades of Medium Aquamarine #4FDDAF
Tints of Medium Aquamarine #4FDDAF
RGB
CMYK
RGB Variations
Color information
#4FDDAF (or 0x4FDDAF) is known color: Medium Aquamarine. HEX triplet: 4F, DD and AF. RGB value is (79,221,175). Sum of RGB (Red+Green+Blue) = 79+221+175=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDDAF is #B02250. Grayscale: #ADADAD. Windows color (decimal): -11543121 or 11525455. OLE color: 11525455.
HSL color Cylindrical-coordinate representation of color #4FDDAF: hue angle of 160.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDDAF is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 175 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.13 |
| HSL | 160.56º | 0.68% | 0.59% | - |
| HSV(B) | 160.56º | 0.64% | 0.87% | - |
| XYZ | 36.82 | 56.47 | 49.52 | - |
| YUV | 173.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 175 | 0.64 | 0 | 0.21 | 0.13 | 160.56 | 0.68 | 0.59 |
| Hex | 4F | DD | AF | 40 | 0 | 15 | D | A1 | 44 | 3B |
| Octal | 117 | 335 | 257 | 100 | 0 | 25 | 15 | 241 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10101111 | 1000000 | 0 | 10101 | 1101 | 10100001 | 1000100 | 111011 |
Color Harmonies of #4FDDAF
Complementary color
Monochromatic Colors of #4FDDAF
Black with #4FDDAF
Text Example
Text Example
White with #4FDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDAF; }
p { color: rgb(79,221,175); }
H1.HeaderClassName
{
color: #4FDDAF;
}
.AnyTagClassName
{
color: #4FDDAF;
}
</style>
background-color css
<style>
a { background-color: #4FDDAF; }
a { background-color: rgb(79,221,175); }
div.DivClassName
{
background-color: #4FDDAF;
}
.BgClassName
{
background-color: #4FDDAF;
}
</style>
border-color css
<style>
span { border-color: #4FDDAF; }
span { border-color: rgb(79,221,175); }
td.TdClassName
{
border-color: #4FDDAF;
}
.TagClassName
{
border-color: #4FDDAF;
}
</style>