Html Css Color HEX #144C58 Teal Blue

📋 copy color: '#144C58'

red 20 ◦ green 76 ◦ blue 88

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

Shades of Teal Blue #144C58

Tints of Teal Blue #144C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 10.87%
G = 41.3%
B = 47.83%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144C58 (or 0x144C58) is known color: Teal Blue. HEX triplet: 14, 4C and 58. RGB value is (20,76,88). Sum of RGB (Red+Green+Blue) = 20+76+88=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #144C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C58 is #EBB3A7. Grayscale: #3C3C3C. Windows color (decimal): -15446952 or 5786644. OLE color: 5786644.

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

Color convert

RGB 20 76 88 -
CMYK 0.77 0.14 0 0.65
HSL 190.59º 0.63% 0.21% -
HSV(B) 190.59º 0.77% 0.35% -
XYZ 4.63 6.02 10.15 -
YUV 60.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 20 76 88 0.77 0.14 0 0.65 190.59 0.63 0.21
Hex 14 4C 58 4D E 0 41 BF 3F 15
Octal 24 114 130 115 16 0 101 277 77 25
Binary 10100 1001100 1011000 1001101 1110 0 1000001 10111111 111111 10101

Color Harmonies of #144C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C58

Black with #144C58

Text Example


Text Example

White with #144C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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