Shades of Medium Aquamarine #5DDAAF
Tints of Medium Aquamarine #5DDAAF
RGB
CMYK
RGB Variations
Color information
#5DDAAF (or 0x5DDAAF) is known color: Medium Aquamarine. HEX triplet: 5D, DA and AF. RGB value is (93,218,175). Sum of RGB (Red+Green+Blue) = 93+218+175=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAAF is #A22550. Grayscale: #AFAFAF. Windows color (decimal): -10626385 or 11524701. OLE color: 11524701.
HSL color Cylindrical-coordinate representation of color #5DDAAF: hue angle of 159.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDAAF is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 175 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.15 |
| HSL | 159.36º | 0.63% | 0.61% | - |
| HSV(B) | 159.36º | 0.57% | 0.85% | - |
| XYZ | 37.32 | 55.57 | 49.32 | - |
| YUV | 175.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 175 | 0.57 | 0 | 0.20 | 0.15 | 159.36 | 0.63 | 0.61 |
| Hex | 5D | DA | AF | 39 | 0 | 14 | F | 9F | 3F | 3D |
| Octal | 135 | 332 | 257 | 71 | 0 | 24 | 17 | 237 | 77 | 75 |
| Binary | 1011101 | 11011010 | 10101111 | 111001 | 0 | 10100 | 1111 | 10011111 | 111111 | 111101 |
Color Harmonies of #5DDAAF
Complementary color
Monochromatic Colors of #5DDAAF
Black with #5DDAAF
Text Example
Text Example
White with #5DDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDAAF; }
p { color: rgb(93,218,175); }
H1.HeaderClassName
{
color: #5DDAAF;
}
.AnyTagClassName
{
color: #5DDAAF;
}
</style>
background-color css
<style>
a { background-color: #5DDAAF; }
a { background-color: rgb(93,218,175); }
div.DivClassName
{
background-color: #5DDAAF;
}
.BgClassName
{
background-color: #5DDAAF;
}
</style>
border-color css
<style>
span { border-color: #5DDAAF; }
span { border-color: rgb(93,218,175); }
td.TdClassName
{
border-color: #5DDAAF;
}
.TagClassName
{
border-color: #5DDAAF;
}
</style>