Shades of Salem #168A58
Tints of Salem #168A58
RGB
CMYK
RGB Variations
Color information
#168A58 (or 0x168A58) is known color: Salem. HEX triplet: 16, 8A and 58. RGB value is (22,138,88). Sum of RGB (Red+Green+Blue) = 22+138+88=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #168A58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168A58 is #E975A7. Grayscale: #616161. Windows color (decimal): -15300008 or 5802518. OLE color: 5802518.
HSL color Cylindrical-coordinate representation of color #168A58: hue angle of 154.14º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168A58 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 88 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.46 |
| HSL | 154.14º | 0.73% | 0.31% | - |
| HSV(B) | 154.14º | 0.84% | 0.54% | - |
| XYZ | 11.18 | 19.05 | 12.32 | - |
| YUV | 97.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 88 | 0.84 | 0 | 0.36 | 0.46 | 154.14 | 0.73 | 0.31 |
| Hex | 16 | 8A | 58 | 54 | 0 | 24 | 2E | 9A | 48 | 1F |
| Octal | 26 | 212 | 130 | 124 | 0 | 44 | 56 | 232 | 110 | 37 |
| Binary | 10110 | 10001010 | 1011000 | 1010100 | 0 | 100100 | 101110 | 10011010 | 1001000 | 11111 |
Color Harmonies of #168A58
Complementary color
Monochromatic Colors of #168A58
Black with #168A58
Text Example
Text Example
White with #168A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A58; }
p { color: rgb(22,138,88); }
H1.HeaderClassName
{
color: #168A58;
}
.AnyTagClassName
{
color: #168A58;
}
</style>
background-color css
<style>
a { background-color: #168A58; }
a { background-color: rgb(22,138,88); }
div.DivClassName
{
background-color: #168A58;
}
.BgClassName
{
background-color: #168A58;
}
</style>
border-color css
<style>
span { border-color: #168A58; }
span { border-color: rgb(22,138,88); }
td.TdClassName
{
border-color: #168A58;
}
.TagClassName
{
border-color: #168A58;
}
</style>