#143632

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

Shades of Deep Teal #143632

Tints of Deep Teal #143632

Color information

#143632 (or 0x143632) is unknown color: approx Deep Teal. HEX triplet: 14, 36 and 32. RGB value is (20,54,50). Sum of RGB (Red+Green+Blue) = 20+54+50=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #143632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143632 is #EBC9CD. Grayscale: #2B2B2B. Windows color (decimal): -15452622 or 3290644. OLE color: 3290644.

HSL color Cylindrical-coordinate representation of color #143632: hue angle of 172.94º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143632 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB205450-
CMYK0.6300.070.79
HSL172.94º45.95%14.51%-
HSV(B)172.94º62.96%21.18%-
XYZ2.183.023.48-
YUV43.38131.74111.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=16.13%
G=43.55%
B=40.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054500.6300.070.79172.9445.9514.51
Hex1436323F074Fad2ef
Octal24666277071172555617
Binary1010011011011001011111101111001111101011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143632; }

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

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

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

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

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

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

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

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