Shades of Jewel #175E46
Tints of Jewel #175E46
RGB
CMYK
RGB Variations
Color information
#175E46 (or 0x175E46) is known color: Jewel. HEX triplet: 17, 5E and 46. RGB value is (23,94,70). Sum of RGB (Red+Green+Blue) = 23+94+70=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #175E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175E46 is #E8A1B9. Grayscale: #464646. Windows color (decimal): -15245754 or 4611607. OLE color: 4611607.
HSL color Cylindrical-coordinate representation of color #175E46: hue angle of 159.72º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175E46 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 94 | 70 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.63 |
| HSL | 159.72º | 0.61% | 0.23% | - |
| HSV(B) | 159.72º | 0.76% | 0.37% | - |
| XYZ | 5.46 | 8.63 | 7.17 | - |
| YUV | 70.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 70 | 0.76 | 0 | 0.26 | 0.63 | 159.72 | 0.61 | 0.23 |
| Hex | 17 | 5E | 46 | 4C | 0 | 1A | 3F | A0 | 3D | 17 |
| Octal | 27 | 136 | 106 | 114 | 0 | 32 | 77 | 240 | 75 | 27 |
| Binary | 10111 | 1011110 | 1000110 | 1001100 | 0 | 11010 | 111111 | 10100000 | 111101 | 10111 |
Color Harmonies of #175E46
Complementary color
Monochromatic Colors of #175E46
Black with #175E46
Text Example
Text Example
White with #175E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E46; }
p { color: rgb(23,94,70); }
H1.HeaderClassName
{
color: #175E46;
}
.AnyTagClassName
{
color: #175E46;
}
</style>
background-color css
<style>
a { background-color: #175E46; }
a { background-color: rgb(23,94,70); }
div.DivClassName
{
background-color: #175E46;
}
.BgClassName
{
background-color: #175E46;
}
</style>
border-color css
<style>
span { border-color: #175E46; }
span { border-color: rgb(23,94,70); }
td.TdClassName
{
border-color: #175E46;
}
.TagClassName
{
border-color: #175E46;
}
</style>