#143B34

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

Shades of Deep Teal #143B34

Tints of Deep Teal #143B34

Color information

#143B34 (or 0x143B34) is unknown color: approx Deep Teal. HEX triplet: 14, 3B and 34. RGB value is (20,59,52). Sum of RGB (Red+Green+Blue) = 20+59+52=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #143B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B34 is #EBC4CB. Grayscale: #2E2E2E. Windows color (decimal): -15451340 or 3422996. OLE color: 3422996.

HSL color Cylindrical-coordinate representation of color #143B34: hue angle of 169.23º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B34 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB205952-
CMYK0.6600.120.77
HSL169.23º49.37%15.49%-
HSV(B)169.23º66.1%23.14%-
XYZ2.473.523.8-
YUV46.54131.08109.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 59 (23.44% from 255) = 45.04%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=15.27%
G=45.04%
B=39.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059520.6600.120.77169.2349.3715.49
Hex143B34420C4Da931f
Octal2473641020141152516117
Binary101001110111101001000010011001001101101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,59,52); }

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

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

 a { background-color: rgb(20,59,52); }

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

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

 span { border-color: rgb(20,59,52); }

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