Shades of Medium Aquamarine #5DEDAA
Tints of Medium Aquamarine #5DEDAA
RGB
CMYK
RGB Variations
Color information
#5DEDAA (or 0x5DEDAA) is known color: Medium Aquamarine. HEX triplet: 5D, ED and AA. RGB value is (93,237,170). Sum of RGB (Red+Green+Blue) = 93+237+170=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEDAA is #A21255. Grayscale: #BABABA. Windows color (decimal): -10621526 or 11201885. OLE color: 11201885.
HSL color Cylindrical-coordinate representation of color #5DEDAA: hue angle of 152.08º 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 #5DEDAA is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 170 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.07 |
| HSL | 152.08º | 0.8% | 0.65% | - |
| HSV(B) | 152.08º | 0.61% | 0.93% | - |
| XYZ | 42.05 | 65.8 | 48.51 | - |
| YUV | 186.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 170 | 0.61 | 0 | 0.28 | 0.07 | 152.08 | 0.8 | 0.65 |
| Hex | 5D | ED | AA | 3D | 0 | 1C | 7 | 98 | 50 | 41 |
| Octal | 135 | 355 | 252 | 75 | 0 | 34 | 7 | 230 | 120 | 101 |
| Binary | 1011101 | 11101101 | 10101010 | 111101 | 0 | 11100 | 111 | 10011000 | 1010000 | 1000001 |
Color Harmonies of #5DEDAA
Complementary color
Monochromatic Colors of #5DEDAA
Black with #5DEDAA
Text Example
Text Example
White with #5DEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDAA; }
p { color: rgb(93,237,170); }
H1.HeaderClassName
{
color: #5DEDAA;
}
.AnyTagClassName
{
color: #5DEDAA;
}
</style>
background-color css
<style>
a { background-color: #5DEDAA; }
a { background-color: rgb(93,237,170); }
div.DivClassName
{
background-color: #5DEDAA;
}
.BgClassName
{
background-color: #5DEDAA;
}
</style>
border-color css
<style>
span { border-color: #5DEDAA; }
span { border-color: rgb(93,237,170); }
td.TdClassName
{
border-color: #5DEDAA;
}
.TagClassName
{
border-color: #5DEDAA;
}
</style>