Shades of Medium Aquamarine #5DD2B6
Tints of Medium Aquamarine #5DD2B6
RGB
CMYK
RGB Variations
Color information
#5DD2B6 (or 0x5DD2B6) is known color: Medium Aquamarine. HEX triplet: 5D, D2 and B6. RGB value is (93,210,182). Sum of RGB (Red+Green+Blue) = 93+210+182=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD2B6 is #A22D49. Grayscale: #ABABAB. Windows color (decimal): -10628426 or 11981405. OLE color: 11981405.
HSL color Cylindrical-coordinate representation of color #5DD2B6: hue angle of 165.64º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD2B6 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 182 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.18 |
| HSL | 165.64º | 0.57% | 0.59% | - |
| HSV(B) | 165.64º | 0.56% | 0.82% | - |
| XYZ | 36 | 51.8 | 52.36 | - |
| YUV | 171.83 | 133.74 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 182 | 0.56 | 0 | 0.13 | 0.18 | 165.64 | 0.57 | 0.59 |
| Hex | 5D | D2 | B6 | 38 | 0 | D | 12 | A6 | 39 | 3B |
| Octal | 135 | 322 | 266 | 70 | 0 | 15 | 22 | 246 | 71 | 73 |
| Binary | 1011101 | 11010010 | 10110110 | 111000 | 0 | 1101 | 10010 | 10100110 | 111001 | 111011 |
Color Harmonies of #5DD2B6
Complementary color
Monochromatic Colors of #5DD2B6
Black with #5DD2B6
Text Example
Text Example
White with #5DD2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD2B6; }
p { color: rgb(93,210,182); }
H1.HeaderClassName
{
color: #5DD2B6;
}
.AnyTagClassName
{
color: #5DD2B6;
}
</style>
background-color css
<style>
a { background-color: #5DD2B6; }
a { background-color: rgb(93,210,182); }
div.DivClassName
{
background-color: #5DD2B6;
}
.BgClassName
{
background-color: #5DD2B6;
}
</style>
border-color css
<style>
span { border-color: #5DD2B6; }
span { border-color: rgb(93,210,182); }
td.TdClassName
{
border-color: #5DD2B6;
}
.TagClassName
{
border-color: #5DD2B6;
}
</style>