Shades of Medium Aquamarine #5DEDA4
Tints of Medium Aquamarine #5DEDA4
RGB
CMYK
RGB Variations
Color information
#5DEDA4 (or 0x5DEDA4) is known color: Medium Aquamarine. HEX triplet: 5D, ED and A4. RGB value is (93,237,164). Sum of RGB (Red+Green+Blue) = 93+237+164=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEDA4 is #A2125B. Grayscale: #B9B9B9. Windows color (decimal): -10621532 or 10808669. OLE color: 10808669.
HSL color Cylindrical-coordinate representation of color #5DEDA4: hue angle of 149.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDA4 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 164 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.07 |
| HSL | 149.58º | 0.8% | 0.65% | - |
| HSV(B) | 149.58º | 0.61% | 0.93% | - |
| XYZ | 41.5 | 65.58 | 45.59 | - |
| YUV | 185.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 164 | 0.61 | 0 | 0.31 | 0.07 | 149.58 | 0.8 | 0.65 |
| Hex | 5D | ED | A4 | 3D | 0 | 1F | 7 | 96 | 50 | 41 |
| Octal | 135 | 355 | 244 | 75 | 0 | 37 | 7 | 226 | 120 | 101 |
| Binary | 1011101 | 11101101 | 10100100 | 111101 | 0 | 11111 | 111 | 10010110 | 1010000 | 1000001 |
Color Harmonies of #5DEDA4
Complementary color
Monochromatic Colors of #5DEDA4
Black with #5DEDA4
Text Example
Text Example
White with #5DEDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDA4; }
p { color: rgb(93,237,164); }
H1.HeaderClassName
{
color: #5DEDA4;
}
.AnyTagClassName
{
color: #5DEDA4;
}
</style>
background-color css
<style>
a { background-color: #5DEDA4; }
a { background-color: rgb(93,237,164); }
div.DivClassName
{
background-color: #5DEDA4;
}
.BgClassName
{
background-color: #5DEDA4;
}
</style>
border-color css
<style>
span { border-color: #5DEDA4; }
span { border-color: rgb(93,237,164); }
td.TdClassName
{
border-color: #5DEDA4;
}
.TagClassName
{
border-color: #5DEDA4;
}
</style>