Shades of Medium Aquamarine #5DD6AB
Tints of Medium Aquamarine #5DD6AB
RGB
CMYK
RGB Variations
Color information
#5DD6AB (or 0x5DD6AB) is known color: Medium Aquamarine. HEX triplet: 5D, D6 and AB. RGB value is (93,214,171). Sum of RGB (Red+Green+Blue) = 93+214+171=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD6AB is #A22954. Grayscale: #ACACAC. Windows color (decimal): -10627413 or 11261533. OLE color: 11261533.
HSL color Cylindrical-coordinate representation of color #5DD6AB: hue angle of 158.68º 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 #5DD6AB is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 171 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.16 |
| HSL | 158.68º | 0.6% | 0.6% | - |
| HSV(B) | 158.68º | 0.57% | 0.84% | - |
| XYZ | 35.91 | 53.36 | 46.93 | - |
| YUV | 172.92 | 126.91 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 171 | 0.57 | 0 | 0.20 | 0.16 | 158.68 | 0.6 | 0.6 |
| Hex | 5D | D6 | AB | 39 | 0 | 14 | 10 | 9F | 3C | 3C |
| Octal | 135 | 326 | 253 | 71 | 0 | 24 | 20 | 237 | 74 | 74 |
| Binary | 1011101 | 11010110 | 10101011 | 111001 | 0 | 10100 | 10000 | 10011111 | 111100 | 111100 |
Color Harmonies of #5DD6AB
Complementary color
Monochromatic Colors of #5DD6AB
Black with #5DD6AB
Text Example
Text Example
White with #5DD6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD6AB; }
p { color: rgb(93,214,171); }
H1.HeaderClassName
{
color: #5DD6AB;
}
.AnyTagClassName
{
color: #5DD6AB;
}
</style>
background-color css
<style>
a { background-color: #5DD6AB; }
a { background-color: rgb(93,214,171); }
div.DivClassName
{
background-color: #5DD6AB;
}
.BgClassName
{
background-color: #5DD6AB;
}
</style>
border-color css
<style>
span { border-color: #5DD6AB; }
span { border-color: rgb(93,214,171); }
td.TdClassName
{
border-color: #5DD6AB;
}
.TagClassName
{
border-color: #5DD6AB;
}
</style>