Shades of Medium Aquamarine #5DF5AF
Tints of Medium Aquamarine #5DF5AF
RGB
CMYK
RGB Variations
Color information
#5DF5AF (or 0x5DF5AF) is known color: Medium Aquamarine. HEX triplet: 5D, F5 and AF. RGB value is (93,245,175). Sum of RGB (Red+Green+Blue) = 93+245+175=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF5AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF5AF is #A20A50. Grayscale: #BFBFBF. Windows color (decimal): -10619473 or 11531613. OLE color: 11531613.
HSL color Cylindrical-coordinate representation of color #5DF5AF: hue angle of 152.37º 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 #5DF5AF is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 245 | 175 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.04 |
| HSL | 152.37º | 0.88% | 0.66% | - |
| HSV(B) | 152.37º | 0.62% | 0.96% | - |
| XYZ | 44.9 | 70.73 | 51.84 | - |
| YUV | 191.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 245 | 175 | 0.62 | 0 | 0.29 | 0.04 | 152.37 | 0.88 | 0.66 |
| Hex | 5D | F5 | AF | 3E | 0 | 1D | 4 | 98 | 58 | 42 |
| Octal | 135 | 365 | 257 | 76 | 0 | 35 | 4 | 230 | 130 | 102 |
| Binary | 1011101 | 11110101 | 10101111 | 111110 | 0 | 11101 | 100 | 10011000 | 1011000 | 1000010 |
Color Harmonies of #5DF5AF
Complementary color
Monochromatic Colors of #5DF5AF
Black with #5DF5AF
Text Example
Text Example
White with #5DF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF5AF; }
p { color: rgb(93,245,175); }
H1.HeaderClassName
{
color: #5DF5AF;
}
.AnyTagClassName
{
color: #5DF5AF;
}
</style>
background-color css
<style>
a { background-color: #5DF5AF; }
a { background-color: rgb(93,245,175); }
div.DivClassName
{
background-color: #5DF5AF;
}
.BgClassName
{
background-color: #5DF5AF;
}
</style>
border-color css
<style>
span { border-color: #5DF5AF; }
span { border-color: rgb(93,245,175); }
td.TdClassName
{
border-color: #5DF5AF;
}
.TagClassName
{
border-color: #5DF5AF;
}
</style>