Shades of Salem #088E43
Tints of Salem #088E43
RGB
CMYK
RGB Variations
Color information
#088E43 (or 0x088E43) is known color: Salem. HEX triplet: 08, 8E and 43. RGB value is (8,142,67). Sum of RGB (Red+Green+Blue) = 8+142+67=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 142 (55.86% from 255 or 65.44% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 142 - color contains mainly: green. Hex color #088E43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088E43 is #F771BC. Grayscale: #5D5D5D. Windows color (decimal): -16216509 or 4427272. OLE color: 4427272.
HSL color Cylindrical-coordinate representation of color #088E43: hue angle of 146.42º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E43 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 142 | 67 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.44 |
| HSL | 146.42º | 0.89% | 0.29% | - |
| HSV(B) | 146.42º | 0.94% | 0.56% | - |
| XYZ | 10.79 | 19.8 | 8.56 | - |
| YUV | 93.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 67 | 0.94 | 0 | 0.53 | 0.44 | 146.42 | 0.89 | 0.29 |
| Hex | 8 | 8E | 43 | 5E | 0 | 35 | 2C | 92 | 59 | 1D |
| Octal | 10 | 216 | 103 | 136 | 0 | 65 | 54 | 222 | 131 | 35 |
| Binary | 1000 | 10001110 | 1000011 | 1011110 | 0 | 110101 | 101100 | 10010010 | 1011001 | 11101 |
Color Harmonies of #088E43
Complementary color
Monochromatic Colors of #088E43
Black with #088E43
Text Example
Text Example
White with #088E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088E43; }
p { color: rgb(8,142,67); }
H1.HeaderClassName
{
color: #088E43;
}
.AnyTagClassName
{
color: #088E43;
}
</style>
background-color css
<style>
a { background-color: #088E43; }
a { background-color: rgb(8,142,67); }
div.DivClassName
{
background-color: #088E43;
}
.BgClassName
{
background-color: #088E43;
}
</style>
border-color css
<style>
span { border-color: #088E43; }
span { border-color: rgb(8,142,67); }
td.TdClassName
{
border-color: #088E43;
}
.TagClassName
{
border-color: #088E43;
}
</style>