Shades of Tiber #123E40
Tints of Tiber #123E40
RGB
CMYK
RGB Variations
Color information
#123E40 (or 0x123E40) is known color: Tiber. HEX triplet: 12, 3E and 40. RGB value is (18,62,64). Sum of RGB (Red+Green+Blue) = 18+62+64=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #123E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E40 is #EDC1BF. Grayscale: #313131. Windows color (decimal): -15581632 or 4210194. OLE color: 4210194.
HSL color Cylindrical-coordinate representation of color #123E40: hue angle of 182.61º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123E40 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 62 | 64 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.75 |
| HSL | 182.61º | 0.56% | 0.16% | - |
| HSV(B) | 182.61º | 0.72% | 0.25% | - |
| XYZ | 2.9 | 3.94 | 5.46 | - |
| YUV | 49.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 64 | 0.72 | 0.03 | 0 | 0.75 | 182.61 | 0.56 | 0.16 |
| Hex | 12 | 3E | 40 | 48 | 3 | 0 | 4B | B7 | 38 | 10 |
| Octal | 22 | 76 | 100 | 110 | 3 | 0 | 113 | 267 | 70 | 20 |
| Binary | 10010 | 111110 | 1000000 | 1001000 | 11 | 0 | 1001011 | 10110111 | 111000 | 10000 |
Color Harmonies of #123E40
Complementary color
Monochromatic Colors of #123E40
Black with #123E40
Text Example
Text Example
White with #123E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E40; }
p { color: rgb(18,62,64); }
H1.HeaderClassName
{
color: #123E40;
}
.AnyTagClassName
{
color: #123E40;
}
</style>
background-color css
<style>
a { background-color: #123E40; }
a { background-color: rgb(18,62,64); }
div.DivClassName
{
background-color: #123E40;
}
.BgClassName
{
background-color: #123E40;
}
</style>
border-color css
<style>
span { border-color: #123E40; }
span { border-color: rgb(18,62,64); }
td.TdClassName
{
border-color: #123E40;
}
.TagClassName
{
border-color: #123E40;
}
</style>