Shades of Medium Aquamarine #5DEDAF
Tints of Medium Aquamarine #5DEDAF
RGB
CMYK
RGB Variations
Color information
#5DEDAF (or 0x5DEDAF) is known color: Medium Aquamarine. HEX triplet: 5D, ED and AF. RGB value is (93,237,175). Sum of RGB (Red+Green+Blue) = 93+237+175=505 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.42% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEDAF is #A21250. Grayscale: #BABABA. Windows color (decimal): -10621521 or 11529565. OLE color: 11529565.
HSL color Cylindrical-coordinate representation of color #5DEDAF: hue angle of 154.17º 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 #5DEDAF is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 237 | 175 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.07 |
| HSL | 154.17º | 0.8% | 0.65% | - |
| HSV(B) | 154.17º | 0.61% | 0.93% | - |
| XYZ | 42.54 | 65.99 | 51.05 | - |
| YUV | 186.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 175 | 0.61 | 0 | 0.26 | 0.07 | 154.17 | 0.8 | 0.65 |
| Hex | 5D | ED | AF | 3D | 0 | 1A | 7 | 9A | 50 | 41 |
| Octal | 135 | 355 | 257 | 75 | 0 | 32 | 7 | 232 | 120 | 101 |
| Binary | 1011101 | 11101101 | 10101111 | 111101 | 0 | 11010 | 111 | 10011010 | 1010000 | 1000001 |
Color Harmonies of #5DEDAF
Complementary color
Monochromatic Colors of #5DEDAF
Black with #5DEDAF
Text Example
Text Example
White with #5DEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDAF; }
p { color: rgb(93,237,175); }
H1.HeaderClassName
{
color: #5DEDAF;
}
.AnyTagClassName
{
color: #5DEDAF;
}
</style>
background-color css
<style>
a { background-color: #5DEDAF; }
a { background-color: rgb(93,237,175); }
div.DivClassName
{
background-color: #5DEDAF;
}
.BgClassName
{
background-color: #5DEDAF;
}
</style>
border-color css
<style>
span { border-color: #5DEDAF; }
span { border-color: rgb(93,237,175); }
td.TdClassName
{
border-color: #5DEDAF;
}
.TagClassName
{
border-color: #5DEDAF;
}
</style>