#144C5B

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

Shades of Teal Blue #144C5B

Tints of Teal Blue #144C5B

Color information

#144C5B (or 0x144C5B) is unknown color: approx Teal Blue. HEX triplet: 14, 4C and 5B. RGB value is (20,76,91). Sum of RGB (Red+Green+Blue) = 20+76+91=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #144C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C5B is #EBB3A4. Grayscale: #3C3C3C. Windows color (decimal): -15446949 or 5983252. OLE color: 5983252.

HSL color Cylindrical-coordinate representation of color #144C5B: hue angle of 192.68º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144C5B is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB207691-
CMYK0.780.1600.64
HSL192.68º63.96%21.76%-
HSV(B)192.68º78.02%35.69%-
XYZ4.766.0710.82-
YUV60.97144.9598.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=10.70%
G=40.64%
B=48.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2076910.780.1600.64192.6863.9621.76
Hex144C5B4E10040c14016
Octal2411413311620010030110026
Binary10100100110010110111001110100000100000011000001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,91); }

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

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

 a { background-color: rgb(20,76,91); }

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

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

 span { border-color: rgb(20,76,91); }

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