#143F41

Color #143F41 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #143F41

Tints of Tiber #143F41

Color information

#143F41 (or 0x143F41) is unknown color: approx Tiber. HEX triplet: 14, 3F and 41. RGB value is (20,63,65). Sum of RGB (Red+Green+Blue) = 20+63+65=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #143F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F41 is #EBC0BE. Grayscale: #323232. Windows color (decimal): -15450303 or 4275988. OLE color: 4275988.

HSL color Cylindrical-coordinate representation of color #143F41: hue angle of 182.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143F41 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB206365-
CMYK0.690.0300.75
HSL182.67º52.94%16.67%-
HSV(B)182.67º69.23%25.49%-
XYZ3.024.095.63-
YUV50.37136.25106.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=13.51%
G=42.57%
B=43.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2063650.690.0300.75182.6752.9416.67
Hex143F4145304Bb73511
Octal2477101105301132676521
Binary101001111111000001100010111010010111011011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143F41; }

 p { color: rgb(20,63,65); }

 H1.HeaderClassName
 {
   color: #143F41;
 }
 .AnyTagClassName
 {
   color: #143F41;
 }
</style>
background-color css

<style>
 a { background-color: #143F41; }

 a { background-color: rgb(20,63,65); }

 div.DivClassName
 {
   background-color: #143F41;
 }
 .BgClassName
 {
   background-color: #143F41;
 }
</style>
border-color css

<style>
 span { border-color: #143F41; }

 span { border-color: rgb(20,63,65); }

 td.TdClassName
 {
   border-color: #143F41;
 }
 .TagClassName
 {
   border-color: #143F41;
 }
</style>