Shades of Salem #168A5A
Tints of Salem #168A5A
RGB
CMYK
RGB Variations
Color information
#168A5A (or 0x168A5A) is known color: Salem. HEX triplet: 16, 8A and 5A. RGB value is (22,138,90). Sum of RGB (Red+Green+Blue) = 22+138+90=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #168A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168A5A is #E975A5. Grayscale: #616161. Windows color (decimal): -15300006 or 5933590. OLE color: 5933590.
HSL color Cylindrical-coordinate representation of color #168A5A: hue angle of 155.17º 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 #168A5A is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 90 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.46 |
| HSL | 155.17º | 0.73% | 0.31% | - |
| HSV(B) | 155.17º | 0.84% | 0.54% | - |
| XYZ | 11.26 | 19.09 | 12.76 | - |
| YUV | 97.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 90 | 0.84 | 0 | 0.35 | 0.46 | 155.17 | 0.73 | 0.31 |
| Hex | 16 | 8A | 5A | 54 | 0 | 23 | 2E | 9B | 48 | 1F |
| Octal | 26 | 212 | 132 | 124 | 0 | 43 | 56 | 233 | 110 | 37 |
| Binary | 10110 | 10001010 | 1011010 | 1010100 | 0 | 100011 | 101110 | 10011011 | 1001000 | 11111 |
Color Harmonies of #168A5A
Complementary color
Monochromatic Colors of #168A5A
Black with #168A5A
Text Example
Text Example
White with #168A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A5A; }
p { color: rgb(22,138,90); }
H1.HeaderClassName
{
color: #168A5A;
}
.AnyTagClassName
{
color: #168A5A;
}
</style>
background-color css
<style>
a { background-color: #168A5A; }
a { background-color: rgb(22,138,90); }
div.DivClassName
{
background-color: #168A5A;
}
.BgClassName
{
background-color: #168A5A;
}
</style>
border-color css
<style>
span { border-color: #168A5A; }
span { border-color: rgb(22,138,90); }
td.TdClassName
{
border-color: #168A5A;
}
.TagClassName
{
border-color: #168A5A;
}
</style>