Shades of Emerald #5DBA7B
Tints of Emerald #5DBA7B
RGB
CMYK
RGB Variations
Color information
#5DBA7B (or 0x5DBA7B) is known color: Emerald. HEX triplet: 5D, BA and 7B. RGB value is (93,186,123). Sum of RGB (Red+Green+Blue) = 93+186+123=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA7B is #A24584. Grayscale: #979797. Windows color (decimal): -10634629 or 8108637. OLE color: 8108637.
HSL color Cylindrical-coordinate representation of color #5DBA7B: hue angle of 139.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA7B is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 123 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.27 |
| HSL | 139.35º | 0.4% | 0.55% | - |
| HSV(B) | 139.35º | 0.5% | 0.73% | - |
| XYZ | 25.65 | 38.88 | 24.89 | - |
| YUV | 151.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 123 | 0.5 | 0 | 0.34 | 0.27 | 139.35 | 0.4 | 0.55 |
| Hex | 5D | BA | 7B | 32 | 0 | 22 | 1B | 8B | 28 | 37 |
| Octal | 135 | 272 | 173 | 62 | 0 | 42 | 33 | 213 | 50 | 67 |
| Binary | 1011101 | 10111010 | 1111011 | 110010 | 0 | 100010 | 11011 | 10001011 | 101000 | 110111 |
Color Harmonies of #5DBA7B
Complementary color
Monochromatic Colors of #5DBA7B
Black with #5DBA7B
Text Example
Text Example
White with #5DBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA7B; }
p { color: rgb(93,186,123); }
H1.HeaderClassName
{
color: #5DBA7B;
}
.AnyTagClassName
{
color: #5DBA7B;
}
</style>
background-color css
<style>
a { background-color: #5DBA7B; }
a { background-color: rgb(93,186,123); }
div.DivClassName
{
background-color: #5DBA7B;
}
.BgClassName
{
background-color: #5DBA7B;
}
</style>
border-color css
<style>
span { border-color: #5DBA7B; }
span { border-color: rgb(93,186,123); }
td.TdClassName
{
border-color: #5DBA7B;
}
.TagClassName
{
border-color: #5DBA7B;
}
</style>