Shades of Medium Aquamarine #4FDBAB
Tints of Medium Aquamarine #4FDBAB
RGB
CMYK
RGB Variations
Color information
#4FDBAB (or 0x4FDBAB) is known color: Medium Aquamarine. HEX triplet: 4F, DB and AB. RGB value is (79,219,171). Sum of RGB (Red+Green+Blue) = 79+219+171=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDBAB is #B02454. Grayscale: #ABABAB. Windows color (decimal): -11543637 or 11262799. OLE color: 11262799.
HSL color Cylindrical-coordinate representation of color #4FDBAB: hue angle of 159.43º 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 #4FDBAB is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 171 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.14 |
| HSL | 159.43º | 0.66% | 0.58% | - |
| HSV(B) | 159.43º | 0.64% | 0.86% | - |
| XYZ | 35.91 | 55.27 | 47.3 | - |
| YUV | 171.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 171 | 0.64 | 0 | 0.22 | 0.14 | 159.43 | 0.66 | 0.58 |
| Hex | 4F | DB | AB | 40 | 0 | 16 | E | 9F | 42 | 3A |
| Octal | 117 | 333 | 253 | 100 | 0 | 26 | 16 | 237 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10101011 | 1000000 | 0 | 10110 | 1110 | 10011111 | 1000010 | 111010 |
Color Harmonies of #4FDBAB
Complementary color
Monochromatic Colors of #4FDBAB
Black with #4FDBAB
Text Example
Text Example
White with #4FDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBAB; }
p { color: rgb(79,219,171); }
H1.HeaderClassName
{
color: #4FDBAB;
}
.AnyTagClassName
{
color: #4FDBAB;
}
</style>
background-color css
<style>
a { background-color: #4FDBAB; }
a { background-color: rgb(79,219,171); }
div.DivClassName
{
background-color: #4FDBAB;
}
.BgClassName
{
background-color: #4FDBAB;
}
</style>
border-color css
<style>
span { border-color: #4FDBAB; }
span { border-color: rgb(79,219,171); }
td.TdClassName
{
border-color: #4FDBAB;
}
.TagClassName
{
border-color: #4FDBAB;
}
</style>