Shades of Salem #128A5A
Tints of Salem #128A5A
RGB
CMYK
RGB Variations
Color information
#128A5A (or 0x128A5A) is known color: Salem. HEX triplet: 12, 8A and 5A. RGB value is (18,138,90). Sum of RGB (Red+Green+Blue) = 18+138+90=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #128A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A5A is #ED75A5. Grayscale: #606060. Windows color (decimal): -15562150 or 5933586. OLE color: 5933586.
HSL color Cylindrical-coordinate representation of color #128A5A: hue angle of 156º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A5A is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 138 | 90 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.46 |
| HSL | 156º | 0.77% | 0.31% | - |
| HSV(B) | 156º | 0.87% | 0.54% | - |
| XYZ | 11.18 | 19.04 | 12.76 | - |
| YUV | 96.65 | 124.24 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 90 | 0.87 | 0 | 0.35 | 0.46 | 156 | 0.77 | 0.31 |
| Hex | 12 | 8A | 5A | 57 | 0 | 23 | 2E | 9C | 4D | 1F |
| Octal | 22 | 212 | 132 | 127 | 0 | 43 | 56 | 234 | 115 | 37 |
| Binary | 10010 | 10001010 | 1011010 | 1010111 | 0 | 100011 | 101110 | 10011100 | 1001101 | 11111 |
Color Harmonies of #128A5A
Complementary color
Monochromatic Colors of #128A5A
Black with #128A5A
Text Example
Text Example
White with #128A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128A5A; }
p { color: rgb(18,138,90); }
H1.HeaderClassName
{
color: #128A5A;
}
.AnyTagClassName
{
color: #128A5A;
}
</style>
background-color css
<style>
a { background-color: #128A5A; }
a { background-color: rgb(18,138,90); }
div.DivClassName
{
background-color: #128A5A;
}
.BgClassName
{
background-color: #128A5A;
}
</style>
border-color css
<style>
span { border-color: #128A5A; }
span { border-color: rgb(18,138,90); }
td.TdClassName
{
border-color: #128A5A;
}
.TagClassName
{
border-color: #128A5A;
}
</style>