Shades of Medium Aquamarine #5DD6B7
Tints of Medium Aquamarine #5DD6B7
RGB
CMYK
RGB Variations
Color information
#5DD6B7 (or 0x5DD6B7) is known color: Medium Aquamarine. HEX triplet: 5D, D6 and B7. RGB value is (93,214,183). Sum of RGB (Red+Green+Blue) = 93+214+183=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD6B7 is #A22948. Grayscale: #AEAEAE. Windows color (decimal): -10627401 or 12047965. OLE color: 12047965.
HSL color Cylindrical-coordinate representation of color #5DD6B7: hue angle of 164.63º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD6B7 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 183 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.16 |
| HSL | 164.63º | 0.6% | 0.6% | - |
| HSV(B) | 164.63º | 0.57% | 0.84% | - |
| XYZ | 37.11 | 53.84 | 53.24 | - |
| YUV | 174.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 183 | 0.57 | 0 | 0.14 | 0.16 | 164.63 | 0.6 | 0.6 |
| Hex | 5D | D6 | B7 | 39 | 0 | E | 10 | A5 | 3C | 3C |
| Octal | 135 | 326 | 267 | 71 | 0 | 16 | 20 | 245 | 74 | 74 |
| Binary | 1011101 | 11010110 | 10110111 | 111001 | 0 | 1110 | 10000 | 10100101 | 111100 | 111100 |
Color Harmonies of #5DD6B7
Complementary color
Monochromatic Colors of #5DD6B7
Black with #5DD6B7
Text Example
Text Example
White with #5DD6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD6B7; }
p { color: rgb(93,214,183); }
H1.HeaderClassName
{
color: #5DD6B7;
}
.AnyTagClassName
{
color: #5DD6B7;
}
</style>
background-color css
<style>
a { background-color: #5DD6B7; }
a { background-color: rgb(93,214,183); }
div.DivClassName
{
background-color: #5DD6B7;
}
.BgClassName
{
background-color: #5DD6B7;
}
</style>
border-color css
<style>
span { border-color: #5DD6B7; }
span { border-color: rgb(93,214,183); }
td.TdClassName
{
border-color: #5DD6B7;
}
.TagClassName
{
border-color: #5DD6B7;
}
</style>