Shades of Medium Aquamarine #5DE0AF
Tints of Medium Aquamarine #5DE0AF
RGB
CMYK
RGB Variations
Color information
#5DE0AF (or 0x5DE0AF) is known color: Medium Aquamarine. HEX triplet: 5D, E0 and AF. RGB value is (93,224,175). Sum of RGB (Red+Green+Blue) = 93+224+175=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE0AF is #A21F50. Grayscale: #B3B3B3. Windows color (decimal): -10624849 or 11526237. OLE color: 11526237.
HSL color Cylindrical-coordinate representation of color #5DE0AF: hue angle of 157.56º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE0AF is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 224 | 175 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.12 |
| HSL | 157.56º | 0.68% | 0.62% | - |
| HSV(B) | 157.56º | 0.58% | 0.88% | - |
| XYZ | 38.91 | 58.73 | 49.84 | - |
| YUV | 179.25 | 125.6 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 224 | 175 | 0.58 | 0 | 0.22 | 0.12 | 157.56 | 0.68 | 0.62 |
| Hex | 5D | E0 | AF | 3A | 0 | 16 | C | 9E | 44 | 3E |
| Octal | 135 | 340 | 257 | 72 | 0 | 26 | 14 | 236 | 104 | 76 |
| Binary | 1011101 | 11100000 | 10101111 | 111010 | 0 | 10110 | 1100 | 10011110 | 1000100 | 111110 |
Color Harmonies of #5DE0AF
Complementary color
Monochromatic Colors of #5DE0AF
Black with #5DE0AF
Text Example
Text Example
White with #5DE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE0AF; }
p { color: rgb(93,224,175); }
H1.HeaderClassName
{
color: #5DE0AF;
}
.AnyTagClassName
{
color: #5DE0AF;
}
</style>
background-color css
<style>
a { background-color: #5DE0AF; }
a { background-color: rgb(93,224,175); }
div.DivClassName
{
background-color: #5DE0AF;
}
.BgClassName
{
background-color: #5DE0AF;
}
</style>
border-color css
<style>
span { border-color: #5DE0AF; }
span { border-color: rgb(93,224,175); }
td.TdClassName
{
border-color: #5DE0AF;
}
.TagClassName
{
border-color: #5DE0AF;
}
</style>