Shades of Jewel #176A50
Tints of Jewel #176A50
RGB
CMYK
RGB Variations
Color information
#176A50 (or 0x176A50) is known color: Jewel. HEX triplet: 17, 6A and 50. RGB value is (23,106,80). Sum of RGB (Red+Green+Blue) = 23+106+80=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #176A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176A50 is #E895AF. Grayscale: #4E4E4E. Windows color (decimal): -15242672 or 5270039. OLE color: 5270039.
HSL color Cylindrical-coordinate representation of color #176A50: hue angle of 161.2º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176A50 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 106 | 80 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.58 |
| HSL | 161.2º | 0.64% | 0.25% | - |
| HSV(B) | 161.2º | 0.78% | 0.42% | - |
| XYZ | 6.96 | 11.07 | 9.36 | - |
| YUV | 78.22 | 129 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 80 | 0.78 | 0 | 0.25 | 0.58 | 161.2 | 0.64 | 0.25 |
| Hex | 17 | 6A | 50 | 4E | 0 | 19 | 3A | A1 | 40 | 19 |
| Octal | 27 | 152 | 120 | 116 | 0 | 31 | 72 | 241 | 100 | 31 |
| Binary | 10111 | 1101010 | 1010000 | 1001110 | 0 | 11001 | 111010 | 10100001 | 1000000 | 11001 |
Color Harmonies of #176A50
Complementary color
Monochromatic Colors of #176A50
Black with #176A50
Text Example
Text Example
White with #176A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A50; }
p { color: rgb(23,106,80); }
H1.HeaderClassName
{
color: #176A50;
}
.AnyTagClassName
{
color: #176A50;
}
</style>
background-color css
<style>
a { background-color: #176A50; }
a { background-color: rgb(23,106,80); }
div.DivClassName
{
background-color: #176A50;
}
.BgClassName
{
background-color: #176A50;
}
</style>
border-color css
<style>
span { border-color: #176A50; }
span { border-color: rgb(23,106,80); }
td.TdClassName
{
border-color: #176A50;
}
.TagClassName
{
border-color: #176A50;
}
</style>