Shades of Medium Aquamarine #5DDAB2
Tints of Medium Aquamarine #5DDAB2
RGB
CMYK
RGB Variations
Color information
#5DDAB2 (or 0x5DDAB2) is known color: Medium Aquamarine. HEX triplet: 5D, DA and B2. RGB value is (93,218,178). Sum of RGB (Red+Green+Blue) = 93+218+178=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDAB2 is #A2254D. Grayscale: #B0B0B0. Windows color (decimal): -10626382 or 11721309. OLE color: 11721309.
HSL color Cylindrical-coordinate representation of color #5DDAB2: hue angle of 160.8º 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 #5DDAB2 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 178 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.15 |
| HSL | 160.8º | 0.63% | 0.61% | - |
| HSV(B) | 160.8º | 0.57% | 0.85% | - |
| XYZ | 37.62 | 55.68 | 50.88 | - |
| YUV | 176.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 178 | 0.57 | 0 | 0.18 | 0.15 | 160.8 | 0.63 | 0.61 |
| Hex | 5D | DA | B2 | 39 | 0 | 12 | F | A1 | 3F | 3D |
| Octal | 135 | 332 | 262 | 71 | 0 | 22 | 17 | 241 | 77 | 75 |
| Binary | 1011101 | 11011010 | 10110010 | 111001 | 0 | 10010 | 1111 | 10100001 | 111111 | 111101 |
Color Harmonies of #5DDAB2
Complementary color
Monochromatic Colors of #5DDAB2
Black with #5DDAB2
Text Example
Text Example
White with #5DDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDAB2; }
p { color: rgb(93,218,178); }
H1.HeaderClassName
{
color: #5DDAB2;
}
.AnyTagClassName
{
color: #5DDAB2;
}
</style>
background-color css
<style>
a { background-color: #5DDAB2; }
a { background-color: rgb(93,218,178); }
div.DivClassName
{
background-color: #5DDAB2;
}
.BgClassName
{
background-color: #5DDAB2;
}
</style>
border-color css
<style>
span { border-color: #5DDAB2; }
span { border-color: rgb(93,218,178); }
td.TdClassName
{
border-color: #5DDAB2;
}
.TagClassName
{
border-color: #5DDAB2;
}
</style>