Shades of Medium Aquamarine #4FDDB5
Tints of Medium Aquamarine #4FDDB5
RGB
CMYK
RGB Variations
Color information
#4FDDB5 (or 0x4FDDB5) is known color: Medium Aquamarine. HEX triplet: 4F, DD and B5. RGB value is (79,221,181). Sum of RGB (Red+Green+Blue) = 79+221+181=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDDB5 is #B0224A. Grayscale: #ADADAD. Windows color (decimal): -11543115 or 11918671. OLE color: 11918671.
HSL color Cylindrical-coordinate representation of color #4FDDB5: hue angle of 163.1º 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 #4FDDB5 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 181 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.13 |
| HSL | 163.1º | 0.68% | 0.59% | - |
| HSV(B) | 163.1º | 0.64% | 0.87% | - |
| XYZ | 37.42 | 56.71 | 52.69 | - |
| YUV | 173.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 181 | 0.64 | 0 | 0.18 | 0.13 | 163.1 | 0.68 | 0.59 |
| Hex | 4F | DD | B5 | 40 | 0 | 12 | D | A3 | 44 | 3B |
| Octal | 117 | 335 | 265 | 100 | 0 | 22 | 15 | 243 | 104 | 73 |
| Binary | 1001111 | 11011101 | 10110101 | 1000000 | 0 | 10010 | 1101 | 10100011 | 1000100 | 111011 |
Color Harmonies of #4FDDB5
Complementary color
Monochromatic Colors of #4FDDB5
Black with #4FDDB5
Text Example
Text Example
White with #4FDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDB5; }
p { color: rgb(79,221,181); }
H1.HeaderClassName
{
color: #4FDDB5;
}
.AnyTagClassName
{
color: #4FDDB5;
}
</style>
background-color css
<style>
a { background-color: #4FDDB5; }
a { background-color: rgb(79,221,181); }
div.DivClassName
{
background-color: #4FDDB5;
}
.BgClassName
{
background-color: #4FDDB5;
}
</style>
border-color css
<style>
span { border-color: #4FDDB5; }
span { border-color: rgb(79,221,181); }
td.TdClassName
{
border-color: #4FDDB5;
}
.TagClassName
{
border-color: #4FDDB5;
}
</style>