#143E41

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

Shades of Tiber #143E41

Tints of Tiber #143E41

Color information

#143E41 (or 0x143E41) is unknown color: approx Tiber. HEX triplet: 14, 3E and 41. RGB value is (20,62,65). Sum of RGB (Red+Green+Blue) = 20+62+65=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #143E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E41 is #EBC1BE. Grayscale: #313131. Windows color (decimal): -15450559 or 4275732. OLE color: 4275732.

HSL color Cylindrical-coordinate representation of color #143E41: hue angle of 184º 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 #143E41 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB206265-
CMYK0.690.0500.75
HSL184º52.94%16.67%-
HSV(B)184º69.23%25.49%-
XYZ2.973.985.61-
YUV49.78136.59106.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 62 (24.61% from 255) = 42.18%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=13.61%
G=42.18%
B=44.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2062650.690.0500.7518452.9416.67
Hex143E4145504Bb83511
Octal2476101105501132706521
Binary1010011111010000011000101101010010111011100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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