Shades of Tiber #143D40
Tints of Tiber #143D40
RGB
CMYK
RGB Variations
Color information
#143D40 (or 0x143D40) is known color: Tiber. HEX triplet: 14, 3D and 40. RGB value is (20,61,64). Sum of RGB (Red+Green+Blue) = 20+61+64=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #143D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D40 is #EBC2BF. Grayscale: #313131. Windows color (decimal): -15450816 or 4209940. OLE color: 4209940.
HSL color Cylindrical-coordinate representation of color #143D40: hue angle of 184.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143D40 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 61 | 64 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.75 |
| HSL | 184.09º | 0.52% | 0.16% | - |
| HSV(B) | 184.09º | 0.69% | 0.25% | - |
| XYZ | 2.88 | 3.86 | 5.44 | - |
| YUV | 49.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 64 | 0.69 | 0.05 | 0 | 0.75 | 184.09 | 0.52 | 0.16 |
| Hex | 14 | 3D | 40 | 45 | 5 | 0 | 4B | B8 | 34 | 10 |
| Octal | 24 | 75 | 100 | 105 | 5 | 0 | 113 | 270 | 64 | 20 |
| Binary | 10100 | 111101 | 1000000 | 1000101 | 101 | 0 | 1001011 | 10111000 | 110100 | 10000 |
Color Harmonies of #143D40
Complementary color
Monochromatic Colors of #143D40
Black with #143D40
Text Example
Text Example
White with #143D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D40; }
p { color: rgb(20,61,64); }
H1.HeaderClassName
{
color: #143D40;
}
.AnyTagClassName
{
color: #143D40;
}
</style>
background-color css
<style>
a { background-color: #143D40; }
a { background-color: rgb(20,61,64); }
div.DivClassName
{
background-color: #143D40;
}
.BgClassName
{
background-color: #143D40;
}
</style>
border-color css
<style>
span { border-color: #143D40; }
span { border-color: rgb(20,61,64); }
td.TdClassName
{
border-color: #143D40;
}
.TagClassName
{
border-color: #143D40;
}
</style>