#143B36

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

Shades of Deep Teal #143B36

Tints of Deep Teal #143B36

Color information

#143B36 (or 0x143B36) is unknown color: approx Deep Teal. HEX triplet: 14, 3B and 36. RGB value is (20,59,54). Sum of RGB (Red+Green+Blue) = 20+59+54=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #143B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B36 is #EBC4C9. Grayscale: #2E2E2E. Windows color (decimal): -15451338 or 3554068. OLE color: 3554068.

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

Color convert

RGB205954-
CMYK0.6600.080.77
HSL172.31º49.37%15.49%-
HSV(B)172.31º66.1%23.14%-
XYZ2.523.544.04-
YUV46.77132.08108.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 54 (21.48% from 255) = 40.60%
R=15.04%
G=44.36%
B=40.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059540.6600.080.77172.3149.3715.49
Hex143B3642084Dac31f
Octal2473661020101152546117
Binary101001110111101101000010010001001101101011001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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