Shades of Tiber #123D3C
Tints of Tiber #123D3C
RGB
CMYK
RGB Variations
Color information
#123D3C (or 0x123D3C) is known color: Tiber. HEX triplet: 12, 3D and 3C. RGB value is (18,61,60). Sum of RGB (Red+Green+Blue) = 18+61+60=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #123D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D3C is #EDC2C3. Grayscale: #2F2F2F. Windows color (decimal): -15581892 or 3947794. OLE color: 3947794.
HSL color Cylindrical-coordinate representation of color #123D3C: hue angle of 178.6º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D3C is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 61 | 60 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.76 |
| HSL | 178.6º | 0.54% | 0.15% | - |
| HSV(B) | 178.6º | 0.7% | 0.24% | - |
| XYZ | 2.73 | 3.79 | 4.86 | - |
| YUV | 48.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 60 | 0.70 | 0 | 0.02 | 0.76 | 178.6 | 0.54 | 0.15 |
| Hex | 12 | 3D | 3C | 46 | 0 | 2 | 4C | B3 | 36 | F |
| Octal | 22 | 75 | 74 | 106 | 0 | 2 | 114 | 263 | 66 | 17 |
| Binary | 10010 | 111101 | 111100 | 1000110 | 0 | 10 | 1001100 | 10110011 | 110110 | 1111 |
Color Harmonies of #123D3C
Complementary color
Monochromatic Colors of #123D3C
Black with #123D3C
Text Example
Text Example
White with #123D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D3C; }
p { color: rgb(18,61,60); }
H1.HeaderClassName
{
color: #123D3C;
}
.AnyTagClassName
{
color: #123D3C;
}
</style>
background-color css
<style>
a { background-color: #123D3C; }
a { background-color: rgb(18,61,60); }
div.DivClassName
{
background-color: #123D3C;
}
.BgClassName
{
background-color: #123D3C;
}
</style>
border-color css
<style>
span { border-color: #123D3C; }
span { border-color: rgb(18,61,60); }
td.TdClassName
{
border-color: #123D3C;
}
.TagClassName
{
border-color: #123D3C;
}
</style>