Shades of Medium Aquamarine #5DF3AD
Tints of Medium Aquamarine #5DF3AD
RGB
CMYK
RGB Variations
Color information
#5DF3AD (or 0x5DF3AD) is known color: Medium Aquamarine. HEX triplet: 5D, F3 and AD. RGB value is (93,243,173). Sum of RGB (Red+Green+Blue) = 93+243+173=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF3AD is #A20C52. Grayscale: #BEBEBE. Windows color (decimal): -10619987 or 11400029. OLE color: 11400029.
HSL color Cylindrical-coordinate representation of color #5DF3AD: hue angle of 152º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF3AD is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 173 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.05 |
| HSL | 152º | 0.86% | 0.66% | - |
| HSV(B) | 152º | 0.62% | 0.95% | - |
| XYZ | 44.11 | 69.45 | 50.61 | - |
| YUV | 190.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 173 | 0.62 | 0 | 0.29 | 0.05 | 152 | 0.86 | 0.66 |
| Hex | 5D | F3 | AD | 3E | 0 | 1D | 5 | 98 | 56 | 42 |
| Octal | 135 | 363 | 255 | 76 | 0 | 35 | 5 | 230 | 126 | 102 |
| Binary | 1011101 | 11110011 | 10101101 | 111110 | 0 | 11101 | 101 | 10011000 | 1010110 | 1000010 |
Color Harmonies of #5DF3AD
Complementary color
Monochromatic Colors of #5DF3AD
Black with #5DF3AD
Text Example
Text Example
White with #5DF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3AD; }
p { color: rgb(93,243,173); }
H1.HeaderClassName
{
color: #5DF3AD;
}
.AnyTagClassName
{
color: #5DF3AD;
}
</style>
background-color css
<style>
a { background-color: #5DF3AD; }
a { background-color: rgb(93,243,173); }
div.DivClassName
{
background-color: #5DF3AD;
}
.BgClassName
{
background-color: #5DF3AD;
}
</style>
border-color css
<style>
span { border-color: #5DF3AD; }
span { border-color: rgb(93,243,173); }
td.TdClassName
{
border-color: #5DF3AD;
}
.TagClassName
{
border-color: #5DF3AD;
}
</style>