Shades of Medium Aquamarine #5DEBAD
Tints of Medium Aquamarine #5DEBAD
RGB
CMYK
RGB Variations
Color information
#5DEBAD (or 0x5DEBAD) is known color: Medium Aquamarine. HEX triplet: 5D, EB and AD. RGB value is (93,235,173). Sum of RGB (Red+Green+Blue) = 93+235+173=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEBAD is #A21452. Grayscale: #B9B9B9. Windows color (decimal): -10622035 or 11397981. OLE color: 11397981.
HSL color Cylindrical-coordinate representation of color #5DEBAD: hue angle of 153.8º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBAD is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 235 | 173 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.08 |
| HSL | 153.8º | 0.78% | 0.64% | - |
| HSV(B) | 153.8º | 0.6% | 0.92% | - |
| XYZ | 41.77 | 64.76 | 49.83 | - |
| YUV | 185.47 | 120.96 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 235 | 173 | 0.60 | 0 | 0.26 | 0.08 | 153.8 | 0.78 | 0.64 |
| Hex | 5D | EB | AD | 3C | 0 | 1A | 8 | 9A | 4E | 40 |
| Octal | 135 | 353 | 255 | 74 | 0 | 32 | 10 | 232 | 116 | 100 |
| Binary | 1011101 | 11101011 | 10101101 | 111100 | 0 | 11010 | 1000 | 10011010 | 1001110 | 1000000 |
Color Harmonies of #5DEBAD
Complementary color
Monochromatic Colors of #5DEBAD
Black with #5DEBAD
Text Example
Text Example
White with #5DEBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEBAD; }
p { color: rgb(93,235,173); }
H1.HeaderClassName
{
color: #5DEBAD;
}
.AnyTagClassName
{
color: #5DEBAD;
}
</style>
background-color css
<style>
a { background-color: #5DEBAD; }
a { background-color: rgb(93,235,173); }
div.DivClassName
{
background-color: #5DEBAD;
}
.BgClassName
{
background-color: #5DEBAD;
}
</style>
border-color css
<style>
span { border-color: #5DEBAD; }
span { border-color: rgb(93,235,173); }
td.TdClassName
{
border-color: #5DEBAD;
}
.TagClassName
{
border-color: #5DEBAD;
}
</style>