Shades of Medium Aquamarine #5DF5A9
Tints of Medium Aquamarine #5DF5A9
RGB
CMYK
RGB Variations
Color information
#5DF5A9 (or 0x5DF5A9) is known color: Medium Aquamarine. HEX triplet: 5D, F5 and A9. RGB value is (93,245,169). Sum of RGB (Red+Green+Blue) = 93+245+169=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF5A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF5A9 is #A20A56. Grayscale: #BFBFBF. Windows color (decimal): -10619479 or 11138397. OLE color: 11138397.
HSL color Cylindrical-coordinate representation of color #5DF5A9: hue angle of 150º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF5A9 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 245 | 169 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.04 |
| HSL | 150º | 0.88% | 0.66% | - |
| HSV(B) | 150º | 0.62% | 0.96% | - |
| XYZ | 44.33 | 70.5 | 48.81 | - |
| YUV | 190.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 245 | 169 | 0.62 | 0 | 0.31 | 0.04 | 150 | 0.88 | 0.66 |
| Hex | 5D | F5 | A9 | 3E | 0 | 1F | 4 | 96 | 58 | 42 |
| Octal | 135 | 365 | 251 | 76 | 0 | 37 | 4 | 226 | 130 | 102 |
| Binary | 1011101 | 11110101 | 10101001 | 111110 | 0 | 11111 | 100 | 10010110 | 1011000 | 1000010 |
Color Harmonies of #5DF5A9
Complementary color
Monochromatic Colors of #5DF5A9
Black with #5DF5A9
Text Example
Text Example
White with #5DF5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF5A9; }
p { color: rgb(93,245,169); }
H1.HeaderClassName
{
color: #5DF5A9;
}
.AnyTagClassName
{
color: #5DF5A9;
}
</style>
background-color css
<style>
a { background-color: #5DF5A9; }
a { background-color: rgb(93,245,169); }
div.DivClassName
{
background-color: #5DF5A9;
}
.BgClassName
{
background-color: #5DF5A9;
}
</style>
border-color css
<style>
span { border-color: #5DF5A9; }
span { border-color: rgb(93,245,169); }
td.TdClassName
{
border-color: #5DF5A9;
}
.TagClassName
{
border-color: #5DF5A9;
}
</style>