Shades of Medium Aquamarine #5DF1AD
Tints of Medium Aquamarine #5DF1AD
RGB
CMYK
RGB Variations
Color information
#5DF1AD (or 0x5DF1AD) is known color: Medium Aquamarine. HEX triplet: 5D, F1 and AD. RGB value is (93,241,173). Sum of RGB (Red+Green+Blue) = 93+241+173=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF1AD is #A20E52. Grayscale: #BDBDBD. Windows color (decimal): -10620499 or 11399517. OLE color: 11399517.
HSL color Cylindrical-coordinate representation of color #5DF1AD: hue angle of 152.43º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1AD is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 173 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.05 |
| HSL | 152.43º | 0.84% | 0.65% | - |
| HSV(B) | 152.43º | 0.61% | 0.95% | - |
| XYZ | 43.51 | 68.25 | 50.42 | - |
| YUV | 189 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 173 | 0.61 | 0 | 0.28 | 0.05 | 152.43 | 0.84 | 0.65 |
| Hex | 5D | F1 | AD | 3D | 0 | 1C | 5 | 98 | 54 | 41 |
| Octal | 135 | 361 | 255 | 75 | 0 | 34 | 5 | 230 | 124 | 101 |
| Binary | 1011101 | 11110001 | 10101101 | 111101 | 0 | 11100 | 101 | 10011000 | 1010100 | 1000001 |
Color Harmonies of #5DF1AD
Complementary color
Monochromatic Colors of #5DF1AD
Black with #5DF1AD
Text Example
Text Example
White with #5DF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1AD; }
p { color: rgb(93,241,173); }
H1.HeaderClassName
{
color: #5DF1AD;
}
.AnyTagClassName
{
color: #5DF1AD;
}
</style>
background-color css
<style>
a { background-color: #5DF1AD; }
a { background-color: rgb(93,241,173); }
div.DivClassName
{
background-color: #5DF1AD;
}
.BgClassName
{
background-color: #5DF1AD;
}
</style>
border-color css
<style>
span { border-color: #5DF1AD; }
span { border-color: rgb(93,241,173); }
td.TdClassName
{
border-color: #5DF1AD;
}
.TagClassName
{
border-color: #5DF1AD;
}
</style>