#145342

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

Shades of Deep Teal #145342

Tints of Deep Teal #145342

Color information

#145342 (or 0x145342) is unknown color: approx Deep Teal. HEX triplet: 14, 53 and 42. RGB value is (20,83,66). Sum of RGB (Red+Green+Blue) = 20+83+66=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #145342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145342 is #EBACBD. Grayscale: #3E3E3E. Windows color (decimal): -15445182 or 4346644. OLE color: 4346644.

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

Color convert

RGB208366-
CMYK0.7600.200.67
HSL163.81º61.17%20.2%-
HSV(B)163.81º75.9%32.55%-
XYZ4.376.736.22-
YUV62.22130.1397.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=11.83%
G=49.11%
B=39.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083660.7600.200.67163.8161.1720.2
Hex1453424C01443a43d14
Octal241231021140241032447524
Binary1010010100111000010100110001010010000111010010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145342; }

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

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

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

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

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

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

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

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