Shades of Tiber #143E46
Tints of Tiber #143E46
RGB
CMYK
RGB Variations
Color information
#143E46 (or 0x143E46) is known color: Tiber. HEX triplet: 14, 3E and 46. RGB value is (20,62,70). Sum of RGB (Red+Green+Blue) = 20+62+70=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #143E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E46 is #EBC1B9. Grayscale: #323232. Windows color (decimal): -15450554 or 4603412. OLE color: 4603412.
HSL color Cylindrical-coordinate representation of color #143E46: hue angle of 189.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143E46 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 62 | 70 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.73 |
| HSL | 189.6º | 0.56% | 0.18% | - |
| HSV(B) | 189.6º | 0.71% | 0.27% | - |
| XYZ | 3.12 | 4.04 | 6.41 | - |
| YUV | 50.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 70 | 0.71 | 0.11 | 0 | 0.73 | 189.6 | 0.56 | 0.18 |
| Hex | 14 | 3E | 46 | 47 | B | 0 | 49 | BE | 38 | 12 |
| Octal | 24 | 76 | 106 | 107 | 13 | 0 | 111 | 276 | 70 | 22 |
| Binary | 10100 | 111110 | 1000110 | 1000111 | 1011 | 0 | 1001001 | 10111110 | 111000 | 10010 |
Color Harmonies of #143E46
Complementary color
Monochromatic Colors of #143E46
Black with #143E46
Text Example
Text Example
White with #143E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E46; }
p { color: rgb(20,62,70); }
H1.HeaderClassName
{
color: #143E46;
}
.AnyTagClassName
{
color: #143E46;
}
</style>
background-color css
<style>
a { background-color: #143E46; }
a { background-color: rgb(20,62,70); }
div.DivClassName
{
background-color: #143E46;
}
.BgClassName
{
background-color: #143E46;
}
</style>
border-color css
<style>
span { border-color: #143E46; }
span { border-color: rgb(20,62,70); }
td.TdClassName
{
border-color: #143E46;
}
.TagClassName
{
border-color: #143E46;
}
</style>