Shades of Medium Aquamarine #4EEDAC
Tints of Medium Aquamarine #4EEDAC
RGB
CMYK
RGB Variations
Color information
#4EEDAC (or 0x4EEDAC) is known color: Medium Aquamarine. HEX triplet: 4E, ED and AC. RGB value is (78,237,172). Sum of RGB (Red+Green+Blue) = 78+237+172=487 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.02% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EEDAC is #B11253. Grayscale: #B6B6B6. Windows color (decimal): -11604564 or 11332942. OLE color: 11332942.
HSL color Cylindrical-coordinate representation of color #4EEDAC: hue angle of 155.47º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDAC is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 172 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.07 |
| HSL | 155.47º | 0.82% | 0.62% | - |
| HSV(B) | 155.47º | 0.67% | 0.93% | - |
| XYZ | 40.87 | 65.17 | 49.45 | - |
| YUV | 182.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 172 | 0.67 | 0 | 0.27 | 0.07 | 155.47 | 0.82 | 0.62 |
| Hex | 4E | ED | AC | 43 | 0 | 1B | 7 | 9B | 52 | 3E |
| Octal | 116 | 355 | 254 | 103 | 0 | 33 | 7 | 233 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10101100 | 1000011 | 0 | 11011 | 111 | 10011011 | 1010010 | 111110 |
Color Harmonies of #4EEDAC
Complementary color
Monochromatic Colors of #4EEDAC
Black with #4EEDAC
Text Example
Text Example
White with #4EEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDAC; }
p { color: rgb(78,237,172); }
H1.HeaderClassName
{
color: #4EEDAC;
}
.AnyTagClassName
{
color: #4EEDAC;
}
</style>
background-color css
<style>
a { background-color: #4EEDAC; }
a { background-color: rgb(78,237,172); }
div.DivClassName
{
background-color: #4EEDAC;
}
.BgClassName
{
background-color: #4EEDAC;
}
</style>
border-color css
<style>
span { border-color: #4EEDAC; }
span { border-color: rgb(78,237,172); }
td.TdClassName
{
border-color: #4EEDAC;
}
.TagClassName
{
border-color: #4EEDAC;
}
</style>