Shades of Medium Aquamarine #5EDFAE
Tints of Medium Aquamarine #5EDFAE
RGB
CMYK
RGB Variations
Color information
#5EDFAE (or 0x5EDFAE) is known color: Medium Aquamarine. HEX triplet: 5E, DF and AE. RGB value is (94,223,174). Sum of RGB (Red+Green+Blue) = 94+223+174=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDFAE is #A12051. Grayscale: #B2B2B2. Windows color (decimal): -10559570 or 11460446. OLE color: 11460446.
HSL color Cylindrical-coordinate representation of color #5EDFAE: hue angle of 157.21º 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 #5EDFAE is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 174 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.13 |
| HSL | 157.21º | 0.67% | 0.62% | - |
| HSV(B) | 157.21º | 0.58% | 0.87% | - |
| XYZ | 38.64 | 58.21 | 49.24 | - |
| YUV | 178.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 174 | 0.58 | 0 | 0.22 | 0.13 | 157.21 | 0.67 | 0.62 |
| Hex | 5E | DF | AE | 3A | 0 | 16 | D | 9D | 43 | 3E |
| Octal | 136 | 337 | 256 | 72 | 0 | 26 | 15 | 235 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10101110 | 111010 | 0 | 10110 | 1101 | 10011101 | 1000011 | 111110 |
Color Harmonies of #5EDFAE
Complementary color
Monochromatic Colors of #5EDFAE
Black with #5EDFAE
Text Example
Text Example
White with #5EDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFAE; }
p { color: rgb(94,223,174); }
H1.HeaderClassName
{
color: #5EDFAE;
}
.AnyTagClassName
{
color: #5EDFAE;
}
</style>
background-color css
<style>
a { background-color: #5EDFAE; }
a { background-color: rgb(94,223,174); }
div.DivClassName
{
background-color: #5EDFAE;
}
.BgClassName
{
background-color: #5EDFAE;
}
</style>
border-color css
<style>
span { border-color: #5EDFAE; }
span { border-color: rgb(94,223,174); }
td.TdClassName
{
border-color: #5EDFAE;
}
.TagClassName
{
border-color: #5EDFAE;
}
</style>