#144652

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

Shades of Teal Blue #144652

Tints of Teal Blue #144652

Color information

#144652 (or 0x144652) is unknown color: approx Teal Blue. HEX triplet: 14, 46 and 52. RGB value is (20,70,82). Sum of RGB (Red+Green+Blue) = 20+70+82=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #144652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144652 is #EBB9AD. Grayscale: #383838. Windows color (decimal): -15448494 or 5391892. OLE color: 5391892.

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

Color convert

RGB207082-
CMYK0.760.1500.68
HSL191.61º60.78%20%-
HSV(B)191.61º75.61%32.16%-
XYZ45.148.76-
YUV56.42142.44102.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=11.63%
G=40.70%
B=47.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2070820.760.1500.68191.6160.7820
Hex1446524CF044c03d14
Octal241061221141701043007524
Binary101001000110101001010011001111010001001100000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144652; }

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

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

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

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

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

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

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

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