#143732

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

Shades of Deep Teal #143732

Tints of Deep Teal #143732

Color information

#143732 (or 0x143732) is unknown color: approx Deep Teal. HEX triplet: 14, 37 and 32. RGB value is (20,55,50). Sum of RGB (Red+Green+Blue) = 20+55+50=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #143732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143732 is #EBC8CD. Grayscale: #2B2B2B. Windows color (decimal): -15452366 or 3290900. OLE color: 3290900.

HSL color Cylindrical-coordinate representation of color #143732: hue angle of 171.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143732 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB205550-
CMYK0.6400.090.78
HSL171.43º46.67%14.71%-
HSV(B)171.43º63.64%21.57%-
XYZ2.233.113.5-
YUV43.96131.4110.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 50 (19.92% from 255) = 40%
R=16%
G=44%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055500.6400.090.78171.4346.6714.71
Hex14373240094Eab2ff
Octal2467621000111162535717
Binary101001101111100101000000010011001110101010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143732; }

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

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

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

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

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

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

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

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