#144F5E

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

Shades of Teal Blue #144F5E

Tints of Teal Blue #144F5E

Color information

#144F5E (or 0x144F5E) is unknown color: approx Teal Blue. HEX triplet: 14, 4F and 5E. RGB value is (20,79,94). Sum of RGB (Red+Green+Blue) = 20+79+94=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #144F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F5E is #EBB0A1. Grayscale: #3E3E3E. Windows color (decimal): -15446178 or 6180628. OLE color: 6180628.

HSL color Cylindrical-coordinate representation of color #144F5E: hue angle of 192.16º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #144F5E is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB207994-
CMYK0.790.1600.63
HSL192.16º64.91%22.35%-
HSV(B)192.16º78.72%36.86%-
XYZ5.16.5511.58-
YUV63.07145.4597.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=10.36%
G=40.93%
B=48.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2079940.790.1600.63192.1664.9122.35
Hex144F5E4F1003Fc04116
Octal241171361172007730010126
Binary1010010011111011110100111110000011111111000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144F5E; }

 p { color: rgb(20,79,94); }

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

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

 a { background-color: rgb(20,79,94); }

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

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

 span { border-color: rgb(20,79,94); }

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