Shades of Medium Aquamarine #5EDDB4
Tints of Medium Aquamarine #5EDDB4
RGB
CMYK
RGB Variations
Color information
#5EDDB4 (or 0x5EDDB4) is known color: Medium Aquamarine. HEX triplet: 5E, DD and B4. RGB value is (94,221,180). Sum of RGB (Red+Green+Blue) = 94+221+180=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDB4 is #A1224B. Grayscale: #B2B2B2. Windows color (decimal): -10560076 or 11853150. OLE color: 11853150.
HSL color Cylindrical-coordinate representation of color #5EDDB4: hue angle of 160.63º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDB4 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 180 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.13 |
| HSL | 160.63º | 0.65% | 0.62% | - |
| HSV(B) | 160.63º | 0.57% | 0.87% | - |
| XYZ | 38.71 | 57.39 | 52.22 | - |
| YUV | 178.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 180 | 0.57 | 0 | 0.19 | 0.13 | 160.63 | 0.65 | 0.62 |
| Hex | 5E | DD | B4 | 39 | 0 | 13 | D | A1 | 41 | 3E |
| Octal | 136 | 335 | 264 | 71 | 0 | 23 | 15 | 241 | 101 | 76 |
| Binary | 1011110 | 11011101 | 10110100 | 111001 | 0 | 10011 | 1101 | 10100001 | 1000001 | 111110 |
Color Harmonies of #5EDDB4
Complementary color
Monochromatic Colors of #5EDDB4
Black with #5EDDB4
Text Example
Text Example
White with #5EDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDDB4; }
p { color: rgb(94,221,180); }
H1.HeaderClassName
{
color: #5EDDB4;
}
.AnyTagClassName
{
color: #5EDDB4;
}
</style>
background-color css
<style>
a { background-color: #5EDDB4; }
a { background-color: rgb(94,221,180); }
div.DivClassName
{
background-color: #5EDDB4;
}
.BgClassName
{
background-color: #5EDDB4;
}
</style>
border-color css
<style>
span { border-color: #5EDDB4; }
span { border-color: rgb(94,221,180); }
td.TdClassName
{
border-color: #5EDDB4;
}
.TagClassName
{
border-color: #5EDDB4;
}
</style>