Shades of Medium Aquamarine #4EDAB1
Tints of Medium Aquamarine #4EDAB1
RGB
CMYK
RGB Variations
Color information
#4EDAB1 (or 0x4EDAB1) is known color: Medium Aquamarine. HEX triplet: 4E, DA and B1. RGB value is (78,218,177). Sum of RGB (Red+Green+Blue) = 78+218+177=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDAB1 is #B1254E. Grayscale: #ABABAB. Windows color (decimal): -11609423 or 11655758. OLE color: 11655758.
HSL color Cylindrical-coordinate representation of color #4EDAB1: hue angle of 162.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDAB1 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 177 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.15 |
| HSL | 162.43º | 0.65% | 0.58% | - |
| HSV(B) | 162.43º | 0.64% | 0.85% | - |
| XYZ | 36.15 | 54.94 | 50.29 | - |
| YUV | 171.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 177 | 0.64 | 0 | 0.19 | 0.15 | 162.43 | 0.65 | 0.58 |
| Hex | 4E | DA | B1 | 40 | 0 | 13 | F | A2 | 41 | 3A |
| Octal | 116 | 332 | 261 | 100 | 0 | 23 | 17 | 242 | 101 | 72 |
| Binary | 1001110 | 11011010 | 10110001 | 1000000 | 0 | 10011 | 1111 | 10100010 | 1000001 | 111010 |
Color Harmonies of #4EDAB1
Complementary color
Monochromatic Colors of #4EDAB1
Black with #4EDAB1
Text Example
Text Example
White with #4EDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDAB1; }
p { color: rgb(78,218,177); }
H1.HeaderClassName
{
color: #4EDAB1;
}
.AnyTagClassName
{
color: #4EDAB1;
}
</style>
background-color css
<style>
a { background-color: #4EDAB1; }
a { background-color: rgb(78,218,177); }
div.DivClassName
{
background-color: #4EDAB1;
}
.BgClassName
{
background-color: #4EDAB1;
}
</style>
border-color css
<style>
span { border-color: #4EDAB1; }
span { border-color: rgb(78,218,177); }
td.TdClassName
{
border-color: #4EDAB1;
}
.TagClassName
{
border-color: #4EDAB1;
}
</style>