Shades of Medium Aquamarine #4FDCAC
Tints of Medium Aquamarine #4FDCAC
RGB
CMYK
RGB Variations
Color information
#4FDCAC (or 0x4FDCAC) is known color: Medium Aquamarine. HEX triplet: 4F, DC and AC. RGB value is (79,220,172). Sum of RGB (Red+Green+Blue) = 79+220+172=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDCAC is #B02353. Grayscale: #ACACAC. Windows color (decimal): -11543380 or 11328591. OLE color: 11328591.
HSL color Cylindrical-coordinate representation of color #4FDCAC: hue angle of 159.57º 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 #4FDCAC is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 172 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.14 |
| HSL | 159.57º | 0.67% | 0.59% | - |
| HSV(B) | 159.57º | 0.64% | 0.86% | - |
| XYZ | 36.26 | 55.83 | 47.89 | - |
| YUV | 172.37 | 127.79 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 172 | 0.64 | 0 | 0.22 | 0.14 | 159.57 | 0.67 | 0.59 |
| Hex | 4F | DC | AC | 40 | 0 | 16 | E | A0 | 43 | 3B |
| Octal | 117 | 334 | 254 | 100 | 0 | 26 | 16 | 240 | 103 | 73 |
| Binary | 1001111 | 11011100 | 10101100 | 1000000 | 0 | 10110 | 1110 | 10100000 | 1000011 | 111011 |
Color Harmonies of #4FDCAC
Complementary color
Monochromatic Colors of #4FDCAC
Black with #4FDCAC
Text Example
Text Example
White with #4FDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCAC; }
p { color: rgb(79,220,172); }
H1.HeaderClassName
{
color: #4FDCAC;
}
.AnyTagClassName
{
color: #4FDCAC;
}
</style>
background-color css
<style>
a { background-color: #4FDCAC; }
a { background-color: rgb(79,220,172); }
div.DivClassName
{
background-color: #4FDCAC;
}
.BgClassName
{
background-color: #4FDCAC;
}
</style>
border-color css
<style>
span { border-color: #4FDCAC; }
span { border-color: rgb(79,220,172); }
td.TdClassName
{
border-color: #4FDCAC;
}
.TagClassName
{
border-color: #4FDCAC;
}
</style>