Shades of Medium Aquamarine #4FDDAB
Tints of Medium Aquamarine #4FDDAB
RGB
CMYK
RGB Variations
Color information
#4FDDAB (or 0x4FDDAB) is known color: Medium Aquamarine. HEX triplet: 4F, DD and AB. RGB value is (79,221,171). Sum of RGB (Red+Green+Blue) = 79+221+171=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDDAB is #B02254. Grayscale: #ACACAC. Windows color (decimal): -11543125 or 11263311. OLE color: 11263311.
HSL color Cylindrical-coordinate representation of color #4FDDAB: hue angle of 158.87º 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 #4FDDAB is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 171 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.13 |
| HSL | 158.87º | 0.68% | 0.59% | - |
| HSV(B) | 158.87º | 0.64% | 0.87% | - |
| XYZ | 36.43 | 56.32 | 47.48 | - |
| YUV | 172.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 171 | 0.64 | 0 | 0.23 | 0.13 | 158.87 | 0.68 | 0.59 |
| Hex | 4F | DD | AB | 40 | 0 | 17 | D | 9F | 44 | 3B |
| Octal | 117 | 335 | 253 | 100 | 0 | 27 | 15 | 237 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10101011 | 1000000 | 0 | 10111 | 1101 | 10011111 | 1000100 | 111011 |
Color Harmonies of #4FDDAB
Complementary color
Monochromatic Colors of #4FDDAB
Black with #4FDDAB
Text Example
Text Example
White with #4FDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDAB; }
p { color: rgb(79,221,171); }
H1.HeaderClassName
{
color: #4FDDAB;
}
.AnyTagClassName
{
color: #4FDDAB;
}
</style>
background-color css
<style>
a { background-color: #4FDDAB; }
a { background-color: rgb(79,221,171); }
div.DivClassName
{
background-color: #4FDDAB;
}
.BgClassName
{
background-color: #4FDDAB;
}
</style>
border-color css
<style>
span { border-color: #4FDDAB; }
span { border-color: rgb(79,221,171); }
td.TdClassName
{
border-color: #4FDDAB;
}
.TagClassName
{
border-color: #4FDDAB;
}
</style>