Shades of Tiber #124142
Tints of Tiber #124142
RGB
CMYK
RGB Variations
Color information
#124142 (or 0x124142) is known color: Tiber. HEX triplet: 12, 41 and 42. RGB value is (18,65,66). Sum of RGB (Red+Green+Blue) = 18+65+66=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #124142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124142 is #EDBEBD. Grayscale: #333333. Windows color (decimal): -15580862 or 4342034. OLE color: 4342034.
HSL color Cylindrical-coordinate representation of color #124142: hue angle of 181.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124142 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 65 | 66 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.74 |
| HSL | 181.25º | 0.57% | 0.16% | - |
| HSV(B) | 181.25º | 0.73% | 0.26% | - |
| XYZ | 3.12 | 4.3 | 5.82 | - |
| YUV | 51.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 66 | 0.73 | 0.02 | 0 | 0.74 | 181.25 | 0.57 | 0.16 |
| Hex | 12 | 41 | 42 | 49 | 2 | 0 | 4A | B5 | 39 | 10 |
| Octal | 22 | 101 | 102 | 111 | 2 | 0 | 112 | 265 | 71 | 20 |
| Binary | 10010 | 1000001 | 1000010 | 1001001 | 10 | 0 | 1001010 | 10110101 | 111001 | 10000 |
Color Harmonies of #124142
Complementary color
Monochromatic Colors of #124142
Black with #124142
Text Example
Text Example
White with #124142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124142; }
p { color: rgb(18,65,66); }
H1.HeaderClassName
{
color: #124142;
}
.AnyTagClassName
{
color: #124142;
}
</style>
background-color css
<style>
a { background-color: #124142; }
a { background-color: rgb(18,65,66); }
div.DivClassName
{
background-color: #124142;
}
.BgClassName
{
background-color: #124142;
}
</style>
border-color css
<style>
span { border-color: #124142; }
span { border-color: rgb(18,65,66); }
td.TdClassName
{
border-color: #124142;
}
.TagClassName
{
border-color: #124142;
}
</style>