Shades of Medium Aquamarine #5DFDAF
Tints of Medium Aquamarine #5DFDAF
RGB
CMYK
RGB Variations
Color information
#5DFDAF (or 0x5DFDAF) is known color: Medium Aquamarine. HEX triplet: 5D, FD and AF. RGB value is (93,253,175). Sum of RGB (Red+Green+Blue) = 93+253+175=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFDAF is #A20250. Grayscale: #C4C4C4. Windows color (decimal): -10617425 or 11533661. OLE color: 11533661.
HSL color Cylindrical-coordinate representation of color #5DFDAF: hue angle of 150.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFDAF is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 175 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.01 |
| HSL | 150.75º | 0.98% | 0.68% | - |
| HSV(B) | 150.75º | 0.63% | 0.99% | - |
| XYZ | 47.38 | 75.67 | 52.67 | - |
| YUV | 196.27 | 115.99 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 175 | 0.63 | 0 | 0.31 | 0.01 | 150.75 | 0.98 | 0.68 |
| Hex | 5D | FD | AF | 3F | 0 | 1F | 1 | 97 | 62 | 44 |
| Octal | 135 | 375 | 257 | 77 | 0 | 37 | 1 | 227 | 142 | 104 |
| Binary | 1011101 | 11111101 | 10101111 | 111111 | 0 | 11111 | 1 | 10010111 | 1100010 | 1000100 |
Color Harmonies of #5DFDAF
Complementary color
Monochromatic Colors of #5DFDAF
Black with #5DFDAF
Text Example
Text Example
White with #5DFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDAF; }
p { color: rgb(93,253,175); }
H1.HeaderClassName
{
color: #5DFDAF;
}
.AnyTagClassName
{
color: #5DFDAF;
}
</style>
background-color css
<style>
a { background-color: #5DFDAF; }
a { background-color: rgb(93,253,175); }
div.DivClassName
{
background-color: #5DFDAF;
}
.BgClassName
{
background-color: #5DFDAF;
}
</style>
border-color css
<style>
span { border-color: #5DFDAF; }
span { border-color: rgb(93,253,175); }
td.TdClassName
{
border-color: #5DFDAF;
}
.TagClassName
{
border-color: #5DFDAF;
}
</style>