#144D55

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

Shades of Teal Blue #144D55

Tints of Teal Blue #144D55

Color information

#144D55 (or 0x144D55) is unknown color: approx Teal Blue. HEX triplet: 14, 4D and 55. RGB value is (20,77,85). Sum of RGB (Red+Green+Blue) = 20+77+85=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #144D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D55 is #EBB2AA. Grayscale: #3C3C3C. Windows color (decimal): -15446699 or 5590292. OLE color: 5590292.

HSL color Cylindrical-coordinate representation of color #144D55: hue angle of 187.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144D55 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB207785-
CMYK0.760.0900.67
HSL187.38º61.9%20.59%-
HSV(B)187.38º76.47%33.33%-
XYZ4.586.119.53-
YUV60.87141.6298.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=10.99%
G=42.31%
B=46.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2077850.760.0900.67187.3861.920.59
Hex144D554C9043bb3e15
Octal241151251141101032737625
Binary101001001101101010110011001001010000111011101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,85); }

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

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

 a { background-color: rgb(20,77,85); }

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

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

 span { border-color: rgb(20,77,85); }

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