Shades of Salem #088C4C
Tints of Salem #088C4C
RGB
CMYK
RGB Variations
Color information
#088C4C (or 0x088C4C) is known color: Salem. HEX triplet: 08, 8C and 4C. RGB value is (8,140,76). Sum of RGB (Red+Green+Blue) = 8+140+76=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #088C4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088C4C is #F773B3. Grayscale: #5D5D5D. Windows color (decimal): -16217012 or 5016584. OLE color: 5016584.
HSL color Cylindrical-coordinate representation of color #088C4C: hue angle of 150.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C4C is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 140 | 76 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.45 |
| HSL | 150.91º | 0.89% | 0.29% | - |
| HSV(B) | 150.91º | 0.94% | 0.55% | - |
| XYZ | 10.78 | 19.33 | 10 | - |
| YUV | 93.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 76 | 0.94 | 0 | 0.46 | 0.45 | 150.91 | 0.89 | 0.29 |
| Hex | 8 | 8C | 4C | 5E | 0 | 2E | 2D | 97 | 59 | 1D |
| Octal | 10 | 214 | 114 | 136 | 0 | 56 | 55 | 227 | 131 | 35 |
| Binary | 1000 | 10001100 | 1001100 | 1011110 | 0 | 101110 | 101101 | 10010111 | 1011001 | 11101 |
Color Harmonies of #088C4C
Complementary color
Monochromatic Colors of #088C4C
Black with #088C4C
Text Example
Text Example
White with #088C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088C4C; }
p { color: rgb(8,140,76); }
H1.HeaderClassName
{
color: #088C4C;
}
.AnyTagClassName
{
color: #088C4C;
}
</style>
background-color css
<style>
a { background-color: #088C4C; }
a { background-color: rgb(8,140,76); }
div.DivClassName
{
background-color: #088C4C;
}
.BgClassName
{
background-color: #088C4C;
}
</style>
border-color css
<style>
span { border-color: #088C4C; }
span { border-color: rgb(8,140,76); }
td.TdClassName
{
border-color: #088C4C;
}
.TagClassName
{
border-color: #088C4C;
}
</style>