Shades of Jewel #156D50
Tints of Jewel #156D50
RGB
CMYK
RGB Variations
Color information
#156D50 (or 0x156D50) is known color: Jewel. HEX triplet: 15, 6D and 50. RGB value is (21,109,80). Sum of RGB (Red+Green+Blue) = 21+109+80=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #156D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D50 is #EA92AF. Grayscale: #4F4F4F. Windows color (decimal): -15372976 or 5270805. OLE color: 5270805.
HSL color Cylindrical-coordinate representation of color #156D50: hue angle of 160.23º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D50 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 109 | 80 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.57 |
| HSL | 160.23º | 0.68% | 0.25% | - |
| HSV(B) | 160.23º | 0.81% | 0.43% | - |
| XYZ | 7.23 | 11.68 | 9.46 | - |
| YUV | 79.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 80 | 0.81 | 0 | 0.27 | 0.57 | 160.23 | 0.68 | 0.25 |
| Hex | 15 | 6D | 50 | 51 | 0 | 1B | 39 | A0 | 44 | 19 |
| Octal | 25 | 155 | 120 | 121 | 0 | 33 | 71 | 240 | 104 | 31 |
| Binary | 10101 | 1101101 | 1010000 | 1010001 | 0 | 11011 | 111001 | 10100000 | 1000100 | 11001 |
Color Harmonies of #156D50
Complementary color
Monochromatic Colors of #156D50
Black with #156D50
Text Example
Text Example
White with #156D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156D50; }
p { color: rgb(21,109,80); }
H1.HeaderClassName
{
color: #156D50;
}
.AnyTagClassName
{
color: #156D50;
}
</style>
background-color css
<style>
a { background-color: #156D50; }
a { background-color: rgb(21,109,80); }
div.DivClassName
{
background-color: #156D50;
}
.BgClassName
{
background-color: #156D50;
}
</style>
border-color css
<style>
span { border-color: #156D50; }
span { border-color: rgb(21,109,80); }
td.TdClassName
{
border-color: #156D50;
}
.TagClassName
{
border-color: #156D50;
}
</style>