Shades of Medium Aquamarine #5DD9B5
Tints of Medium Aquamarine #5DD9B5
RGB
CMYK
RGB Variations
Color information
#5DD9B5 (or 0x5DD9B5) is known color: Medium Aquamarine. HEX triplet: 5D, D9 and B5. RGB value is (93,217,181). Sum of RGB (Red+Green+Blue) = 93+217+181=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9B5 is #A2264A. Grayscale: #AFAFAF. Windows color (decimal): -10626635 or 11917661. OLE color: 11917661.
HSL color Cylindrical-coordinate representation of color #5DD9B5: hue angle of 162.58º degrees, saturation: 0.62, 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 #5DD9B5 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 181 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.15 |
| HSL | 162.58º | 0.62% | 0.61% | - |
| HSV(B) | 162.58º | 0.57% | 0.85% | - |
| XYZ | 37.67 | 55.29 | 52.4 | - |
| YUV | 175.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 181 | 0.57 | 0 | 0.17 | 0.15 | 162.58 | 0.62 | 0.61 |
| Hex | 5D | D9 | B5 | 39 | 0 | 11 | F | A3 | 3E | 3D |
| Octal | 135 | 331 | 265 | 71 | 0 | 21 | 17 | 243 | 76 | 75 |
| Binary | 1011101 | 11011001 | 10110101 | 111001 | 0 | 10001 | 1111 | 10100011 | 111110 | 111101 |
Color Harmonies of #5DD9B5
Complementary color
Monochromatic Colors of #5DD9B5
Black with #5DD9B5
Text Example
Text Example
White with #5DD9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD9B5; }
p { color: rgb(93,217,181); }
H1.HeaderClassName
{
color: #5DD9B5;
}
.AnyTagClassName
{
color: #5DD9B5;
}
</style>
background-color css
<style>
a { background-color: #5DD9B5; }
a { background-color: rgb(93,217,181); }
div.DivClassName
{
background-color: #5DD9B5;
}
.BgClassName
{
background-color: #5DD9B5;
}
</style>
border-color css
<style>
span { border-color: #5DD9B5; }
span { border-color: rgb(93,217,181); }
td.TdClassName
{
border-color: #5DD9B5;
}
.TagClassName
{
border-color: #5DD9B5;
}
</style>