Shades of Medium Aquamarine #5EDFB6
Tints of Medium Aquamarine #5EDFB6
RGB
CMYK
RGB Variations
Color information
#5EDFB6 (or 0x5EDFB6) is known color: Medium Aquamarine. HEX triplet: 5E, DF and B6. RGB value is (94,223,182). Sum of RGB (Red+Green+Blue) = 94+223+182=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFB6 is #A12049. Grayscale: #B3B3B3. Windows color (decimal): -10559562 or 11984734. OLE color: 11984734.
HSL color Cylindrical-coordinate representation of color #5EDFB6: hue angle of 160.93º 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 #5EDFB6 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 182 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.13 |
| HSL | 160.93º | 0.67% | 0.62% | - |
| HSV(B) | 160.93º | 0.58% | 0.87% | - |
| XYZ | 39.45 | 58.53 | 53.47 | - |
| YUV | 179.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 182 | 0.58 | 0 | 0.18 | 0.13 | 160.93 | 0.67 | 0.62 |
| Hex | 5E | DF | B6 | 3A | 0 | 12 | D | A1 | 43 | 3E |
| Octal | 136 | 337 | 266 | 72 | 0 | 22 | 15 | 241 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10110110 | 111010 | 0 | 10010 | 1101 | 10100001 | 1000011 | 111110 |
Color Harmonies of #5EDFB6
Complementary color
Monochromatic Colors of #5EDFB6
Black with #5EDFB6
Text Example
Text Example
White with #5EDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDFB6; }
p { color: rgb(94,223,182); }
H1.HeaderClassName
{
color: #5EDFB6;
}
.AnyTagClassName
{
color: #5EDFB6;
}
</style>
background-color css
<style>
a { background-color: #5EDFB6; }
a { background-color: rgb(94,223,182); }
div.DivClassName
{
background-color: #5EDFB6;
}
.BgClassName
{
background-color: #5EDFB6;
}
</style>
border-color css
<style>
span { border-color: #5EDFB6; }
span { border-color: rgb(94,223,182); }
td.TdClassName
{
border-color: #5EDFB6;
}
.TagClassName
{
border-color: #5EDFB6;
}
</style>