#143B32

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

Shades of Deep Teal #143B32

Tints of Deep Teal #143B32

Color information

#143B32 (or 0x143B32) is unknown color: approx Deep Teal. HEX triplet: 14, 3B and 32. RGB value is (20,59,50). Sum of RGB (Red+Green+Blue) = 20+59+50=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #143B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B32 is #EBC4CD. Grayscale: #2E2E2E. Windows color (decimal): -15451342 or 3291924. OLE color: 3291924.

HSL color Cylindrical-coordinate representation of color #143B32: hue angle of 166.15º 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 #143B32 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB205950-
CMYK0.6600.150.77
HSL166.15º49.37%15.49%-
HSV(B)166.15º66.1%23.14%-
XYZ2.433.513.57-
YUV46.31130.08109.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 59 (23.44% from 255) = 45.74%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=15.50%
G=45.74%
B=38.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059500.6600.150.77166.1549.3715.49
Hex143B32420F4Da631f
Octal2473621020171152466117
Binary101001110111100101000010011111001101101001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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