#145446

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

Shades of Deep Teal #145446

Tints of Deep Teal #145446

Color information

#145446 (or 0x145446) is unknown color: approx Deep Teal. HEX triplet: 14, 54 and 46. RGB value is (20,84,70). Sum of RGB (Red+Green+Blue) = 20+84+70=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #145446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145446 is #EBABB9. Grayscale: #3F3F3F. Windows color (decimal): -15444922 or 4609044. OLE color: 4609044.

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

Color convert

RGB208470-
CMYK0.7600.170.67
HSL166.88º61.54%20.39%-
HSV(B)166.88º76.19%32.94%-
XYZ4.566.936.89-
YUV63.27131.897.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=11.49%
G=48.28%
B=40.23%

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
Decimal2084700.7600.170.67166.8861.5420.39
Hex1454464C01143a73e14
Octal241241061140211032477624
Binary1010010101001000110100110001000110000111010011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145446; }

 p { color: rgb(20,84,70); }

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

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

 a { background-color: rgb(20,84,70); }

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

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

 span { border-color: rgb(20,84,70); }

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