Shades of Medium Aquamarine #4FDCA2
Tints of Medium Aquamarine #4FDCA2
RGB
CMYK
RGB Variations
Color information
#4FDCA2 (or 0x4FDCA2) is known color: Medium Aquamarine. HEX triplet: 4F, DC and A2. RGB value is (79,220,162). Sum of RGB (Red+Green+Blue) = 79+220+162=461 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.14% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDCA2 is #B0235D. Grayscale: #ABABAB. Windows color (decimal): -11543390 or 10673231. OLE color: 10673231.
HSL color Cylindrical-coordinate representation of color #4FDCA2: hue angle of 155.32º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDCA2 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 162 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.14 |
| HSL | 155.32º | 0.67% | 0.59% | - |
| HSV(B) | 155.32º | 0.64% | 0.86% | - |
| XYZ | 35.34 | 55.46 | 43.02 | - |
| YUV | 171.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 162 | 0.64 | 0 | 0.26 | 0.14 | 155.32 | 0.67 | 0.59 |
| Hex | 4F | DC | A2 | 40 | 0 | 1A | E | 9B | 43 | 3B |
| Octal | 117 | 334 | 242 | 100 | 0 | 32 | 16 | 233 | 103 | 73 |
| Binary | 1001111 | 11011100 | 10100010 | 1000000 | 0 | 11010 | 1110 | 10011011 | 1000011 | 111011 |
Color Harmonies of #4FDCA2
Complementary color
Monochromatic Colors of #4FDCA2
Black with #4FDCA2
Text Example
Text Example
White with #4FDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCA2; }
p { color: rgb(79,220,162); }
H1.HeaderClassName
{
color: #4FDCA2;
}
.AnyTagClassName
{
color: #4FDCA2;
}
</style>
background-color css
<style>
a { background-color: #4FDCA2; }
a { background-color: rgb(79,220,162); }
div.DivClassName
{
background-color: #4FDCA2;
}
.BgClassName
{
background-color: #4FDCA2;
}
</style>
border-color css
<style>
span { border-color: #4FDCA2; }
span { border-color: rgb(79,220,162); }
td.TdClassName
{
border-color: #4FDCA2;
}
.TagClassName
{
border-color: #4FDCA2;
}
</style>