Shades of Medium Aquamarine #4DDBAE
Tints of Medium Aquamarine #4DDBAE
RGB
CMYK
RGB Variations
Color information
#4DDBAE (or 0x4DDBAE) is known color: Medium Aquamarine. HEX triplet: 4D, DB and AE. RGB value is (77,219,174). Sum of RGB (Red+Green+Blue) = 77+219+174=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBAE is #B22451. Grayscale: #ABABAB. Windows color (decimal): -11674706 or 11459405. OLE color: 11459405.
HSL color Cylindrical-coordinate representation of color #4DDBAE: hue angle of 160.99º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDBAE is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 174 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.14 |
| HSL | 160.99º | 0.66% | 0.58% | - |
| HSV(B) | 160.99º | 0.65% | 0.86% | - |
| XYZ | 36.03 | 55.3 | 48.82 | - |
| YUV | 171.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 174 | 0.65 | 0 | 0.21 | 0.14 | 160.99 | 0.66 | 0.58 |
| Hex | 4D | DB | AE | 41 | 0 | 15 | E | A1 | 42 | 3A |
| Octal | 115 | 333 | 256 | 101 | 0 | 25 | 16 | 241 | 102 | 72 |
| Binary | 1001101 | 11011011 | 10101110 | 1000001 | 0 | 10101 | 1110 | 10100001 | 1000010 | 111010 |
Color Harmonies of #4DDBAE
Complementary color
Monochromatic Colors of #4DDBAE
Black with #4DDBAE
Text Example
Text Example
White with #4DDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBAE; }
p { color: rgb(77,219,174); }
H1.HeaderClassName
{
color: #4DDBAE;
}
.AnyTagClassName
{
color: #4DDBAE;
}
</style>
background-color css
<style>
a { background-color: #4DDBAE; }
a { background-color: rgb(77,219,174); }
div.DivClassName
{
background-color: #4DDBAE;
}
.BgClassName
{
background-color: #4DDBAE;
}
</style>
border-color css
<style>
span { border-color: #4DDBAE; }
span { border-color: rgb(77,219,174); }
td.TdClassName
{
border-color: #4DDBAE;
}
.TagClassName
{
border-color: #4DDBAE;
}
</style>