#144B57

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

Shades of Teal Blue #144B57

Tints of Teal Blue #144B57

Color information

#144B57 (or 0x144B57) is unknown color: approx Teal Blue. HEX triplet: 14, 4B and 57. RGB value is (20,75,87). Sum of RGB (Red+Green+Blue) = 20+75+87=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #144B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B57 is #EBB4A8. Grayscale: #3B3B3B. Windows color (decimal): -15447209 or 5720852. OLE color: 5720852.

HSL color Cylindrical-coordinate representation of color #144B57: hue angle of 190.75º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144B57 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB207587-
CMYK0.770.1400.66
HSL190.75º62.62%20.98%-
HSV(B)190.75º77.01%34.12%-
XYZ4.525.879.91-
YUV59.92143.2899.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 87 (34.38% from 255) = 47.80%
R=10.99%
G=41.21%
B=47.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2075870.770.1400.66190.7562.6220.98
Hex144B574DE042bf3f15
Octal241131271151601022777725
Binary101001001011101011110011011110010000101011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,75,87); }

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

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

 a { background-color: rgb(20,75,87); }

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

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

 span { border-color: rgb(20,75,87); }

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