Shades of Medium Aquamarine #5DCB9D
Tints of Medium Aquamarine #5DCB9D
RGB
CMYK
RGB Variations
Color information
#5DCB9D (or 0x5DCB9D) is known color: Medium Aquamarine. HEX triplet: 5D, CB and 9D. RGB value is (93,203,157). Sum of RGB (Red+Green+Blue) = 93+203+157=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB9D is #A23462. Grayscale: #A4A4A4. Windows color (decimal): -10630243 or 10341213. OLE color: 10341213.
HSL color Cylindrical-coordinate representation of color #5DCB9D: hue angle of 154.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCB9D is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 157 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.20 |
| HSL | 154.91º | 0.51% | 0.58% | - |
| HSV(B) | 154.91º | 0.54% | 0.8% | - |
| XYZ | 31.96 | 47.47 | 39.38 | - |
| YUV | 164.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 157 | 0.54 | 0 | 0.23 | 0.20 | 154.91 | 0.51 | 0.58 |
| Hex | 5D | CB | 9D | 36 | 0 | 17 | 14 | 9B | 33 | 3A |
| Octal | 135 | 313 | 235 | 66 | 0 | 27 | 24 | 233 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10011101 | 110110 | 0 | 10111 | 10100 | 10011011 | 110011 | 111010 |
Color Harmonies of #5DCB9D
Complementary color
Monochromatic Colors of #5DCB9D
Black with #5DCB9D
Text Example
Text Example
White with #5DCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB9D; }
p { color: rgb(93,203,157); }
H1.HeaderClassName
{
color: #5DCB9D;
}
.AnyTagClassName
{
color: #5DCB9D;
}
</style>
background-color css
<style>
a { background-color: #5DCB9D; }
a { background-color: rgb(93,203,157); }
div.DivClassName
{
background-color: #5DCB9D;
}
.BgClassName
{
background-color: #5DCB9D;
}
</style>
border-color css
<style>
span { border-color: #5DCB9D; }
span { border-color: rgb(93,203,157); }
td.TdClassName
{
border-color: #5DCB9D;
}
.TagClassName
{
border-color: #5DCB9D;
}
</style>