#145344

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

Shades of Deep Teal #145344

Tints of Deep Teal #145344

Color information

#145344 (or 0x145344) is unknown color: approx Deep Teal. HEX triplet: 14, 53 and 44. RGB value is (20,83,68). Sum of RGB (Red+Green+Blue) = 20+83+68=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #145344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145344 is #EBACBB. Grayscale: #3E3E3E. Windows color (decimal): -15445180 or 4477716. OLE color: 4477716.

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

Color convert

RGB208368-
CMYK0.7600.180.67
HSL165.71º61.17%20.2%-
HSV(B)165.71º75.9%32.55%-
XYZ4.436.756.54-
YUV62.45131.1397.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=11.70%
G=48.54%
B=39.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083680.7600.180.67165.7161.1720.2
Hex1453444C01243a63d14
Octal241231041140221032467524
Binary1010010100111000100100110001001010000111010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145344; }

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

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

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

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

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

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

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

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