Shades of Jewel #155843
Tints of Jewel #155843
RGB
CMYK
RGB Variations
Color information
#155843 (or 0x155843) is known color: Jewel. HEX triplet: 15, 58 and 43. RGB value is (21,88,67). Sum of RGB (Red+Green+Blue) = 21+88+67=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #155843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155843 is #EAA7BC. Grayscale: #414141. Windows color (decimal): -15378365 or 4413461. OLE color: 4413461.
HSL color Cylindrical-coordinate representation of color #155843: hue angle of 161.19º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155843 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 67 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.65 |
| HSL | 161.19º | 0.61% | 0.21% | - |
| HSV(B) | 161.19º | 0.76% | 0.35% | - |
| XYZ | 4.81 | 7.54 | 6.51 | - |
| YUV | 65.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 67 | 0.76 | 0 | 0.24 | 0.65 | 161.19 | 0.61 | 0.21 |
| Hex | 15 | 58 | 43 | 4C | 0 | 18 | 41 | A1 | 3D | 15 |
| Octal | 25 | 130 | 103 | 114 | 0 | 30 | 101 | 241 | 75 | 25 |
| Binary | 10101 | 1011000 | 1000011 | 1001100 | 0 | 11000 | 1000001 | 10100001 | 111101 | 10101 |
Color Harmonies of #155843
Complementary color
Monochromatic Colors of #155843
Black with #155843
Text Example
Text Example
White with #155843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155843; }
p { color: rgb(21,88,67); }
H1.HeaderClassName
{
color: #155843;
}
.AnyTagClassName
{
color: #155843;
}
</style>
background-color css
<style>
a { background-color: #155843; }
a { background-color: rgb(21,88,67); }
div.DivClassName
{
background-color: #155843;
}
.BgClassName
{
background-color: #155843;
}
</style>
border-color css
<style>
span { border-color: #155843; }
span { border-color: rgb(21,88,67); }
td.TdClassName
{
border-color: #155843;
}
.TagClassName
{
border-color: #155843;
}
</style>