#144D56

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

Shades of Teal Blue #144D56

Tints of Teal Blue #144D56

Color information

#144D56 (or 0x144D56) is unknown color: approx Teal Blue. HEX triplet: 14, 4D and 56. RGB value is (20,77,86). Sum of RGB (Red+Green+Blue) = 20+77+86=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #144D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D56 is #EBB2A9. Grayscale: #3C3C3C. Windows color (decimal): -15446698 or 5655828. OLE color: 5655828.

HSL color Cylindrical-coordinate representation of color #144D56: hue angle of 188.18º degrees, saturation: 0.62, 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 #144D56 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB207786-
CMYK0.770.1000.66
HSL188.18º62.26%20.78%-
HSV(B)188.18º76.74%33.73%-
XYZ4.626.139.74-
YUV60.98142.1298.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=10.93%
G=42.08%
B=46.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2077860.770.1000.66188.1862.2620.78
Hex144D564DA042bc3e15
Octal241151261151201022747625
Binary101001001101101011010011011010010000101011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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