#145347

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

Shades of Deep Teal #145347

Tints of Deep Teal #145347

Color information

#145347 (or 0x145347) is unknown color: approx Deep Teal. HEX triplet: 14, 53 and 47. RGB value is (20,83,71). Sum of RGB (Red+Green+Blue) = 20+83+71=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #145347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145347 is #EBACB8. Grayscale: #3E3E3E. Windows color (decimal): -15445177 or 4674324. OLE color: 4674324.

HSL color Cylindrical-coordinate representation of color #145347: hue angle of 168.57º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145347 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB208371-
CMYK0.7600.140.67
HSL168.57º61.17%20.2%-
HSV(B)168.57º75.9%32.55%-
XYZ4.526.797.03-
YUV62.79132.6397.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=11.49%
G=47.70%
B=40.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083710.7600.140.67168.5761.1720.2
Hex1453474C0E43a93d14
Octal241231071140161032517524
Binary101001010011100011110011000111010000111010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145347; }

 p { color: rgb(20,83,71); }

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

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

 a { background-color: rgb(20,83,71); }

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

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

 span { border-color: rgb(20,83,71); }

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