Shades of Medium Aquamarine #5DDBAF
Tints of Medium Aquamarine #5DDBAF
RGB
CMYK
RGB Variations
Color information
#5DDBAF (or 0x5DDBAF) is known color: Medium Aquamarine. HEX triplet: 5D, DB and AF. RGB value is (93,219,175). Sum of RGB (Red+Green+Blue) = 93+219+175=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBAF is #A22450. Grayscale: #B0B0B0. Windows color (decimal): -10626129 or 11524957. OLE color: 11524957.
HSL color Cylindrical-coordinate representation of color #5DDBAF: hue angle of 159.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBAF is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 175 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.14 |
| HSL | 159.05º | 0.64% | 0.61% | - |
| HSV(B) | 159.05º | 0.58% | 0.86% | - |
| XYZ | 37.58 | 56.09 | 49.4 | - |
| YUV | 176.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 175 | 0.58 | 0 | 0.20 | 0.14 | 159.05 | 0.64 | 0.61 |
| Hex | 5D | DB | AF | 3A | 0 | 14 | E | 9F | 40 | 3D |
| Octal | 135 | 333 | 257 | 72 | 0 | 24 | 16 | 237 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10101111 | 111010 | 0 | 10100 | 1110 | 10011111 | 1000000 | 111101 |
Color Harmonies of #5DDBAF
Complementary color
Monochromatic Colors of #5DDBAF
Black with #5DDBAF
Text Example
Text Example
White with #5DDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBAF; }
p { color: rgb(93,219,175); }
H1.HeaderClassName
{
color: #5DDBAF;
}
.AnyTagClassName
{
color: #5DDBAF;
}
</style>
background-color css
<style>
a { background-color: #5DDBAF; }
a { background-color: rgb(93,219,175); }
div.DivClassName
{
background-color: #5DDBAF;
}
.BgClassName
{
background-color: #5DDBAF;
}
</style>
border-color css
<style>
span { border-color: #5DDBAF; }
span { border-color: rgb(93,219,175); }
td.TdClassName
{
border-color: #5DDBAF;
}
.TagClassName
{
border-color: #5DDBAF;
}
</style>