Html Css Color HEX #144C57 Teal Blue

📋 copy color: '#144C57'

red 20 ◦ green 76 ◦ blue 87

#144C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #144C57

Tints of Teal Blue #144C57

RGB

 RED value IS 20 (8.2% from 255) = 10.93%

 GREEN value IS 76 (30.08% from 255) = 41.53%

 BLUE value IS 87 (34.38% from 255) = 47.54%

R = 10.93%
G = 41.53%
B = 47.54%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144C57 (or 0x144C57) is known color: Teal Blue. HEX triplet: 14, 4C and 57. RGB value is (20,76,87). Sum of RGB (Red+Green+Blue) = 20+76+87=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #144C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C57 is #EBB3A8. Grayscale: #3C3C3C. Windows color (decimal): -15446953 or 5721108. OLE color: 5721108.

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

Color convert

RGB 20 76 87 -
CMYK 0.77 0.13 0 0.66
HSL 189.85º 0.63% 0.21% -
HSV(B) 189.85º 0.77% 0.34% -
XYZ 4.59 6.01 9.93 -
YUV 60.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 20 76 87 0.77 0.13 0 0.66 189.85 0.63 0.21
Hex 14 4C 57 4D D 0 42 BE 3F 15
Octal 24 114 127 115 15 0 102 276 77 25
Binary 10100 1001100 1010111 1001101 1101 0 1000010 10111110 111111 10101

Color Harmonies of #144C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C57

Black with #144C57

Text Example


Text Example

White with #144C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #144C57;
 }
 .AnyTagClassName
 {
   color: #144C57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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