Shades of Medium Aquamarine #4EDBB3
Tints of Medium Aquamarine #4EDBB3
RGB
CMYK
RGB Variations
Color information
#4EDBB3 (or 0x4EDBB3) is known color: Medium Aquamarine. HEX triplet: 4E, DB and B3. RGB value is (78,219,179). Sum of RGB (Red+Green+Blue) = 78+219+179=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBB3 is #B1244C. Grayscale: #ACACAC. Windows color (decimal): -11609165 or 11787086. OLE color: 11787086.
HSL color Cylindrical-coordinate representation of color #4EDBB3: hue angle of 162.98º 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 #4EDBB3 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 179 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.14 |
| HSL | 162.98º | 0.66% | 0.58% | - |
| HSV(B) | 162.98º | 0.64% | 0.86% | - |
| XYZ | 36.61 | 55.54 | 51.44 | - |
| YUV | 172.28 | 131.79 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 179 | 0.64 | 0 | 0.18 | 0.14 | 162.98 | 0.66 | 0.58 |
| Hex | 4E | DB | B3 | 40 | 0 | 12 | E | A3 | 42 | 3A |
| Octal | 116 | 333 | 263 | 100 | 0 | 22 | 16 | 243 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10110011 | 1000000 | 0 | 10010 | 1110 | 10100011 | 1000010 | 111010 |
Color Harmonies of #4EDBB3
Complementary color
Monochromatic Colors of #4EDBB3
Black with #4EDBB3
Text Example
Text Example
White with #4EDBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBB3; }
p { color: rgb(78,219,179); }
H1.HeaderClassName
{
color: #4EDBB3;
}
.AnyTagClassName
{
color: #4EDBB3;
}
</style>
background-color css
<style>
a { background-color: #4EDBB3; }
a { background-color: rgb(78,219,179); }
div.DivClassName
{
background-color: #4EDBB3;
}
.BgClassName
{
background-color: #4EDBB3;
}
</style>
border-color css
<style>
span { border-color: #4EDBB3; }
span { border-color: rgb(78,219,179); }
td.TdClassName
{
border-color: #4EDBB3;
}
.TagClassName
{
border-color: #4EDBB3;
}
</style>