Shades of Tiber #123E3C
Tints of Tiber #123E3C
RGB
CMYK
RGB Variations
Color information
#123E3C (or 0x123E3C) is known color: Tiber. HEX triplet: 12, 3E and 3C. RGB value is (18,62,60). Sum of RGB (Red+Green+Blue) = 18+62+60=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #123E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E3C is #EDC1C3. Grayscale: #303030. Windows color (decimal): -15581636 or 3948050. OLE color: 3948050.
HSL color Cylindrical-coordinate representation of color #123E3C: hue angle of 177.27º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E3C is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 60 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.76 |
| HSL | 177.27º | 0.55% | 0.16% | - |
| HSV(B) | 177.27º | 0.71% | 0.24% | - |
| XYZ | 2.79 | 3.9 | 4.88 | - |
| YUV | 48.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 60 | 0.71 | 0 | 0.03 | 0.76 | 177.27 | 0.55 | 0.16 |
| Hex | 12 | 3E | 3C | 47 | 0 | 3 | 4C | B1 | 37 | 10 |
| Octal | 22 | 76 | 74 | 107 | 0 | 3 | 114 | 261 | 67 | 20 |
| Binary | 10010 | 111110 | 111100 | 1000111 | 0 | 11 | 1001100 | 10110001 | 110111 | 10000 |
Color Harmonies of #123E3C
Complementary color
Monochromatic Colors of #123E3C
Black with #123E3C
Text Example
Text Example
White with #123E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E3C; }
p { color: rgb(18,62,60); }
H1.HeaderClassName
{
color: #123E3C;
}
.AnyTagClassName
{
color: #123E3C;
}
</style>
background-color css
<style>
a { background-color: #123E3C; }
a { background-color: rgb(18,62,60); }
div.DivClassName
{
background-color: #123E3C;
}
.BgClassName
{
background-color: #123E3C;
}
</style>
border-color css
<style>
span { border-color: #123E3C; }
span { border-color: rgb(18,62,60); }
td.TdClassName
{
border-color: #123E3C;
}
.TagClassName
{
border-color: #123E3C;
}
</style>