#145345

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

Shades of Deep Teal #145345

Tints of Deep Teal #145345

Color information

#145345 (or 0x145345) is unknown color: approx Deep Teal. HEX triplet: 14, 53 and 45. RGB value is (20,83,69). Sum of RGB (Red+Green+Blue) = 20+83+69=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #145345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145345 is #EBACBA. Grayscale: #3E3E3E. Windows color (decimal): -15445179 or 4543252. OLE color: 4543252.

HSL color Cylindrical-coordinate representation of color #145345: hue angle of 166.67º 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 #145345 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB208369-
CMYK0.7600.170.67
HSL166.67º61.17%20.2%-
HSV(B)166.67º75.9%32.55%-
XYZ4.466.766.7-
YUV62.57131.6397.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=11.63%
G=48.26%
B=40.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083690.7600.170.67166.6761.1720.2
Hex1453454C01143a73d14
Octal241231051140211032477524
Binary1010010100111000101100110001000110000111010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145345; }

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

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

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

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

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

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

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

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