Shades of Medium Aquamarine #4FDBAE
Tints of Medium Aquamarine #4FDBAE
RGB
CMYK
RGB Variations
Color information
#4FDBAE (or 0x4FDBAE) is known color: Medium Aquamarine. HEX triplet: 4F, DB and AE. RGB value is (79,219,174). Sum of RGB (Red+Green+Blue) = 79+219+174=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDBAE is #B02451. Grayscale: #ACACAC. Windows color (decimal): -11543634 or 11459407. OLE color: 11459407.
HSL color Cylindrical-coordinate representation of color #4FDBAE: hue angle of 160.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDBAE is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 174 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.14 |
| HSL | 160.71º | 0.66% | 0.58% | - |
| HSV(B) | 160.71º | 0.64% | 0.86% | - |
| XYZ | 36.2 | 55.38 | 48.83 | - |
| YUV | 172.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 174 | 0.64 | 0 | 0.21 | 0.14 | 160.71 | 0.66 | 0.58 |
| Hex | 4F | DB | AE | 40 | 0 | 15 | E | A1 | 42 | 3A |
| Octal | 117 | 333 | 256 | 100 | 0 | 25 | 16 | 241 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10101110 | 1000000 | 0 | 10101 | 1110 | 10100001 | 1000010 | 111010 |
Color Harmonies of #4FDBAE
Complementary color
Monochromatic Colors of #4FDBAE
Black with #4FDBAE
Text Example
Text Example
White with #4FDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBAE; }
p { color: rgb(79,219,174); }
H1.HeaderClassName
{
color: #4FDBAE;
}
.AnyTagClassName
{
color: #4FDBAE;
}
</style>
background-color css
<style>
a { background-color: #4FDBAE; }
a { background-color: rgb(79,219,174); }
div.DivClassName
{
background-color: #4FDBAE;
}
.BgClassName
{
background-color: #4FDBAE;
}
</style>
border-color css
<style>
span { border-color: #4FDBAE; }
span { border-color: rgb(79,219,174); }
td.TdClassName
{
border-color: #4FDBAE;
}
.TagClassName
{
border-color: #4FDBAE;
}
</style>