Shades of Medium Aquamarine #5DDAB0
Tints of Medium Aquamarine #5DDAB0
RGB
CMYK
RGB Variations
Color information
#5DDAB0 (or 0x5DDAB0) is known color: Medium Aquamarine. HEX triplet: 5D, DA and B0. RGB value is (93,218,176). Sum of RGB (Red+Green+Blue) = 93+218+176=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAB0 is #A2254F. Grayscale: #AFAFAF. Windows color (decimal): -10626384 or 11590237. OLE color: 11590237.
HSL color Cylindrical-coordinate representation of color #5DDAB0: hue angle of 159.84º 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 #5DDAB0 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 176 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.15 |
| HSL | 159.84º | 0.63% | 0.61% | - |
| HSV(B) | 159.84º | 0.57% | 0.85% | - |
| XYZ | 37.42 | 55.6 | 49.83 | - |
| YUV | 175.84 | 128.09 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 176 | 0.57 | 0 | 0.19 | 0.15 | 159.84 | 0.63 | 0.61 |
| Hex | 5D | DA | B0 | 39 | 0 | 13 | F | A0 | 3F | 3D |
| Octal | 135 | 332 | 260 | 71 | 0 | 23 | 17 | 240 | 77 | 75 |
| Binary | 1011101 | 11011010 | 10110000 | 111001 | 0 | 10011 | 1111 | 10100000 | 111111 | 111101 |
Color Harmonies of #5DDAB0
Complementary color
Monochromatic Colors of #5DDAB0
Black with #5DDAB0
Text Example
Text Example
White with #5DDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDAB0; }
p { color: rgb(93,218,176); }
H1.HeaderClassName
{
color: #5DDAB0;
}
.AnyTagClassName
{
color: #5DDAB0;
}
</style>
background-color css
<style>
a { background-color: #5DDAB0; }
a { background-color: rgb(93,218,176); }
div.DivClassName
{
background-color: #5DDAB0;
}
.BgClassName
{
background-color: #5DDAB0;
}
</style>
border-color css
<style>
span { border-color: #5DDAB0; }
span { border-color: rgb(93,218,176); }
td.TdClassName
{
border-color: #5DDAB0;
}
.TagClassName
{
border-color: #5DDAB0;
}
</style>