Shades of Medium Aquamarine #4FDBAD
Tints of Medium Aquamarine #4FDBAD
RGB
CMYK
RGB Variations
Color information
#4FDBAD (or 0x4FDBAD) is known color: Medium Aquamarine. HEX triplet: 4F, DB and AD. RGB value is (79,219,173). Sum of RGB (Red+Green+Blue) = 79+219+173=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDBAD is #B02452. Grayscale: #ABABAB. Windows color (decimal): -11543635 or 11393871. OLE color: 11393871.
HSL color Cylindrical-coordinate representation of color #4FDBAD: hue angle of 160.29º 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 #4FDBAD is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 173 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.14 |
| HSL | 160.29º | 0.66% | 0.58% | - |
| HSV(B) | 160.29º | 0.64% | 0.86% | - |
| XYZ | 36.1 | 55.34 | 48.31 | - |
| YUV | 171.9 | 128.62 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 173 | 0.64 | 0 | 0.21 | 0.14 | 160.29 | 0.66 | 0.58 |
| Hex | 4F | DB | AD | 40 | 0 | 15 | E | A0 | 42 | 3A |
| Octal | 117 | 333 | 255 | 100 | 0 | 25 | 16 | 240 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10101101 | 1000000 | 0 | 10101 | 1110 | 10100000 | 1000010 | 111010 |
Color Harmonies of #4FDBAD
Complementary color
Monochromatic Colors of #4FDBAD
Black with #4FDBAD
Text Example
Text Example
White with #4FDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDBAD; }
p { color: rgb(79,219,173); }
H1.HeaderClassName
{
color: #4FDBAD;
}
.AnyTagClassName
{
color: #4FDBAD;
}
</style>
background-color css
<style>
a { background-color: #4FDBAD; }
a { background-color: rgb(79,219,173); }
div.DivClassName
{
background-color: #4FDBAD;
}
.BgClassName
{
background-color: #4FDBAD;
}
</style>
border-color css
<style>
span { border-color: #4FDBAD; }
span { border-color: rgb(79,219,173); }
td.TdClassName
{
border-color: #4FDBAD;
}
.TagClassName
{
border-color: #4FDBAD;
}
</style>