#143C37

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

Shades of Deep Teal #143C37

Tints of Deep Teal #143C37

Color information

#143C37 (or 0x143C37) is unknown color: approx Deep Teal. HEX triplet: 14, 3C and 37. RGB value is (20,60,55). Sum of RGB (Red+Green+Blue) = 20+60+55=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #143C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C37 is #EBC3C8. Grayscale: #2F2F2F. Windows color (decimal): -15451081 or 3619860. OLE color: 3619860.

HSL color Cylindrical-coordinate representation of color #143C37: hue angle of 172.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143C37 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB206055-
CMYK0.6700.080.76
HSL172.5º50%15.69%-
HSV(B)172.5º66.67%23.53%-
XYZ2.593.664.18-
YUV47.47132.25108.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 60 (23.83% from 255) = 44.44%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=14.81%
G=44.44%
B=40.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2060550.6700.080.76172.55015.69
Hex143C3743084Cac3210
Octal2474671030101142546220
Binary1010011110011011110000110100010011001010110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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