Shades of Medium Aquamarine #4EEBAA
Tints of Medium Aquamarine #4EEBAA
RGB
CMYK
RGB Variations
Color information
#4EEBAA (or 0x4EEBAA) is known color: Medium Aquamarine. HEX triplet: 4E, EB and AA. RGB value is (78,235,170). Sum of RGB (Red+Green+Blue) = 78+235+170=483 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.15% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EEBAA is #B11455. Grayscale: #B4B4B4. Windows color (decimal): -11605078 or 11201358. OLE color: 11201358.
HSL color Cylindrical-coordinate representation of color #4EEBAA: hue angle of 155.16º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBAA is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 170 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.08 |
| HSL | 155.16º | 0.8% | 0.61% | - |
| HSV(B) | 155.16º | 0.67% | 0.92% | - |
| XYZ | 40.11 | 63.94 | 48.26 | - |
| YUV | 180.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 170 | 0.67 | 0 | 0.28 | 0.08 | 155.16 | 0.8 | 0.61 |
| Hex | 4E | EB | AA | 43 | 0 | 1C | 8 | 9B | 50 | 3D |
| Octal | 116 | 353 | 252 | 103 | 0 | 34 | 10 | 233 | 120 | 75 |
| Binary | 1001110 | 11101011 | 10101010 | 1000011 | 0 | 11100 | 1000 | 10011011 | 1010000 | 111101 |
Color Harmonies of #4EEBAA
Complementary color
Monochromatic Colors of #4EEBAA
Black with #4EEBAA
Text Example
Text Example
White with #4EEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEBAA; }
p { color: rgb(78,235,170); }
H1.HeaderClassName
{
color: #4EEBAA;
}
.AnyTagClassName
{
color: #4EEBAA;
}
</style>
background-color css
<style>
a { background-color: #4EEBAA; }
a { background-color: rgb(78,235,170); }
div.DivClassName
{
background-color: #4EEBAA;
}
.BgClassName
{
background-color: #4EEBAA;
}
</style>
border-color css
<style>
span { border-color: #4EEBAA; }
span { border-color: rgb(78,235,170); }
td.TdClassName
{
border-color: #4EEBAA;
}
.TagClassName
{
border-color: #4EEBAA;
}
</style>