Shades of Medium Aquamarine #4FDAA0
Tints of Medium Aquamarine #4FDAA0
RGB
CMYK
RGB Variations
Color information
#4FDAA0 (or 0x4FDAA0) is known color: Medium Aquamarine. HEX triplet: 4F, DA and A0. RGB value is (79,218,160). Sum of RGB (Red+Green+Blue) = 79+218+160=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDAA0 is #B0255F. Grayscale: #A9A9A9. Windows color (decimal): -11543904 or 10541647. OLE color: 10541647.
HSL color Cylindrical-coordinate representation of color #4FDAA0: hue angle of 154.96º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDAA0 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 160 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.15 |
| HSL | 154.96º | 0.65% | 0.58% | - |
| HSV(B) | 154.96º | 0.64% | 0.85% | - |
| XYZ | 34.64 | 54.34 | 41.92 | - |
| YUV | 169.83 | 122.45 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 160 | 0.64 | 0 | 0.27 | 0.15 | 154.96 | 0.65 | 0.58 |
| Hex | 4F | DA | A0 | 40 | 0 | 1B | F | 9B | 41 | 3A |
| Octal | 117 | 332 | 240 | 100 | 0 | 33 | 17 | 233 | 101 | 72 |
| Binary | 1001111 | 11011010 | 10100000 | 1000000 | 0 | 11011 | 1111 | 10011011 | 1000001 | 111010 |
Color Harmonies of #4FDAA0
Complementary color
Monochromatic Colors of #4FDAA0
Black with #4FDAA0
Text Example
Text Example
White with #4FDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDAA0; }
p { color: rgb(79,218,160); }
H1.HeaderClassName
{
color: #4FDAA0;
}
.AnyTagClassName
{
color: #4FDAA0;
}
</style>
background-color css
<style>
a { background-color: #4FDAA0; }
a { background-color: rgb(79,218,160); }
div.DivClassName
{
background-color: #4FDAA0;
}
.BgClassName
{
background-color: #4FDAA0;
}
</style>
border-color css
<style>
span { border-color: #4FDAA0; }
span { border-color: rgb(79,218,160); }
td.TdClassName
{
border-color: #4FDAA0;
}
.TagClassName
{
border-color: #4FDAA0;
}
</style>