Shades of Medium Aquamarine #5DC8AB
Tints of Medium Aquamarine #5DC8AB
RGB
CMYK
RGB Variations
Color information
#5DC8AB (or 0x5DC8AB) is known color: Medium Aquamarine. HEX triplet: 5D, C8 and AB. RGB value is (93,200,171). Sum of RGB (Red+Green+Blue) = 93+200+171=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC8AB is #A23754. Grayscale: #A4A4A4. Windows color (decimal): -10630997 or 11257949. OLE color: 11257949.
HSL color Cylindrical-coordinate representation of color #5DC8AB: hue angle of 163.74º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC8AB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 171 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.22 |
| HSL | 163.74º | 0.49% | 0.57% | - |
| HSV(B) | 163.74º | 0.54% | 0.78% | - |
| XYZ | 32.52 | 46.58 | 45.8 | - |
| YUV | 164.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 171 | 0.54 | 0 | 0.14 | 0.22 | 163.74 | 0.49 | 0.57 |
| Hex | 5D | C8 | AB | 36 | 0 | E | 16 | A4 | 31 | 39 |
| Octal | 135 | 310 | 253 | 66 | 0 | 16 | 26 | 244 | 61 | 71 |
| Binary | 1011101 | 11001000 | 10101011 | 110110 | 0 | 1110 | 10110 | 10100100 | 110001 | 111001 |
Color Harmonies of #5DC8AB
Complementary color
Monochromatic Colors of #5DC8AB
Black with #5DC8AB
Text Example
Text Example
White with #5DC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC8AB; }
p { color: rgb(93,200,171); }
H1.HeaderClassName
{
color: #5DC8AB;
}
.AnyTagClassName
{
color: #5DC8AB;
}
</style>
background-color css
<style>
a { background-color: #5DC8AB; }
a { background-color: rgb(93,200,171); }
div.DivClassName
{
background-color: #5DC8AB;
}
.BgClassName
{
background-color: #5DC8AB;
}
</style>
border-color css
<style>
span { border-color: #5DC8AB; }
span { border-color: rgb(93,200,171); }
td.TdClassName
{
border-color: #5DC8AB;
}
.TagClassName
{
border-color: #5DC8AB;
}
</style>