Shades of Medium Aquamarine #5EDFAD
Tints of Medium Aquamarine #5EDFAD
RGB
CMYK
RGB Variations
Color information
#5EDFAD (or 0x5EDFAD) is known color: Medium Aquamarine. HEX triplet: 5E, DF and AD. RGB value is (94,223,173). Sum of RGB (Red+Green+Blue) = 94+223+173=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDFAD is #A12052. Grayscale: #B2B2B2. Windows color (decimal): -10559571 or 11394910. OLE color: 11394910.
HSL color Cylindrical-coordinate representation of color #5EDFAD: hue angle of 156.74º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDFAD is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 173 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.13 |
| HSL | 156.74º | 0.67% | 0.62% | - |
| HSV(B) | 156.74º | 0.58% | 0.87% | - |
| XYZ | 38.55 | 58.17 | 48.73 | - |
| YUV | 178.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 173 | 0.58 | 0 | 0.22 | 0.13 | 156.74 | 0.67 | 0.62 |
| Hex | 5E | DF | AD | 3A | 0 | 16 | D | 9D | 43 | 3E |
| Octal | 136 | 337 | 255 | 72 | 0 | 26 | 15 | 235 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10101101 | 111010 | 0 | 10110 | 1101 | 10011101 | 1000011 | 111110 |
Color Harmonies of #5EDFAD
Complementary color
Monochromatic Colors of #5EDFAD
Black with #5EDFAD
Text Example
Text Example
White with #5EDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFAD; }
p { color: rgb(94,223,173); }
H1.HeaderClassName
{
color: #5EDFAD;
}
.AnyTagClassName
{
color: #5EDFAD;
}
</style>
background-color css
<style>
a { background-color: #5EDFAD; }
a { background-color: rgb(94,223,173); }
div.DivClassName
{
background-color: #5EDFAD;
}
.BgClassName
{
background-color: #5EDFAD;
}
</style>
border-color css
<style>
span { border-color: #5EDFAD; }
span { border-color: rgb(94,223,173); }
td.TdClassName
{
border-color: #5EDFAD;
}
.TagClassName
{
border-color: #5EDFAD;
}
</style>