Shades of Medium Aquamarine #5DDAB7
Tints of Medium Aquamarine #5DDAB7
RGB
CMYK
RGB Variations
Color information
#5DDAB7 (or 0x5DDAB7) is known color: Medium Aquamarine. HEX triplet: 5D, DA and B7. RGB value is (93,218,183). Sum of RGB (Red+Green+Blue) = 93+218+183=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDAB7 is #A22548. Grayscale: #B0B0B0. Windows color (decimal): -10626377 or 12048989. OLE color: 12048989.
HSL color Cylindrical-coordinate representation of color #5DDAB7: hue angle of 163.2º 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 #5DDAB7 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 183 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.15 |
| HSL | 163.2º | 0.63% | 0.61% | - |
| HSV(B) | 163.2º | 0.57% | 0.85% | - |
| XYZ | 38.13 | 55.89 | 53.58 | - |
| YUV | 176.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 183 | 0.57 | 0 | 0.16 | 0.15 | 163.2 | 0.63 | 0.61 |
| Hex | 5D | DA | B7 | 39 | 0 | 10 | F | A3 | 3F | 3D |
| Octal | 135 | 332 | 267 | 71 | 0 | 20 | 17 | 243 | 77 | 75 |
| Binary | 1011101 | 11011010 | 10110111 | 111001 | 0 | 10000 | 1111 | 10100011 | 111111 | 111101 |
Color Harmonies of #5DDAB7
Complementary color
Monochromatic Colors of #5DDAB7
Black with #5DDAB7
Text Example
Text Example
White with #5DDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDAB7; }
p { color: rgb(93,218,183); }
H1.HeaderClassName
{
color: #5DDAB7;
}
.AnyTagClassName
{
color: #5DDAB7;
}
</style>
background-color css
<style>
a { background-color: #5DDAB7; }
a { background-color: rgb(93,218,183); }
div.DivClassName
{
background-color: #5DDAB7;
}
.BgClassName
{
background-color: #5DDAB7;
}
</style>
border-color css
<style>
span { border-color: #5DDAB7; }
span { border-color: rgb(93,218,183); }
td.TdClassName
{
border-color: #5DDAB7;
}
.TagClassName
{
border-color: #5DDAB7;
}
</style>