#144751

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

Shades of Teal Blue #144751

Tints of Teal Blue #144751

Color information

#144751 (or 0x144751) is unknown color: approx Teal Blue. HEX triplet: 14, 47 and 51. RGB value is (20,71,81). Sum of RGB (Red+Green+Blue) = 20+71+81=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #144751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144751 is #EBB8AE. Grayscale: #383838. Windows color (decimal): -15448239 or 5326612. OLE color: 5326612.

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

Color convert

RGB207181-
CMYK0.750.1200.68
HSL189.84º60.4%19.8%-
HSV(B)189.84º75.31%31.76%-
XYZ4.035.258.59-
YUV56.89141.6101.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=11.63%
G=41.28%
B=47.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2071810.750.1200.68189.8460.419.8
Hex1447514BC044be3c14
Octal241071211131401042767424
Binary101001000111101000110010111100010001001011111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144751; }

 p { color: rgb(20,71,81); }

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

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

 a { background-color: rgb(20,71,81); }

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

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

 span { border-color: rgb(20,71,81); }

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