Shades of Medium Aquamarine #5EDCB7
Tints of Medium Aquamarine #5EDCB7
RGB
CMYK
RGB Variations
Color information
#5EDCB7 (or 0x5EDCB7) is known color: Medium Aquamarine. HEX triplet: 5E, DC and B7. RGB value is (94,220,183). Sum of RGB (Red+Green+Blue) = 94+220+183=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCB7 is #A12348. Grayscale: #B2B2B2. Windows color (decimal): -10560329 or 12049502. OLE color: 12049502.
HSL color Cylindrical-coordinate representation of color #5EDCB7: hue angle of 162.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCB7 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 183 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.14 |
| HSL | 162.38º | 0.64% | 0.62% | - |
| HSV(B) | 162.38º | 0.57% | 0.86% | - |
| XYZ | 38.76 | 56.98 | 53.76 | - |
| YUV | 178.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 183 | 0.57 | 0 | 0.17 | 0.14 | 162.38 | 0.64 | 0.62 |
| Hex | 5E | DC | B7 | 39 | 0 | 11 | E | A2 | 40 | 3E |
| Octal | 136 | 334 | 267 | 71 | 0 | 21 | 16 | 242 | 100 | 76 |
| Binary | 1011110 | 11011100 | 10110111 | 111001 | 0 | 10001 | 1110 | 10100010 | 1000000 | 111110 |
Color Harmonies of #5EDCB7
Complementary color
Monochromatic Colors of #5EDCB7
Black with #5EDCB7
Text Example
Text Example
White with #5EDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCB7; }
p { color: rgb(94,220,183); }
H1.HeaderClassName
{
color: #5EDCB7;
}
.AnyTagClassName
{
color: #5EDCB7;
}
</style>
background-color css
<style>
a { background-color: #5EDCB7; }
a { background-color: rgb(94,220,183); }
div.DivClassName
{
background-color: #5EDCB7;
}
.BgClassName
{
background-color: #5EDCB7;
}
</style>
border-color css
<style>
span { border-color: #5EDCB7; }
span { border-color: rgb(94,220,183); }
td.TdClassName
{
border-color: #5EDCB7;
}
.TagClassName
{
border-color: #5EDCB7;
}
</style>