Html Css Color HEX #144E58 Teal Blue

📋 copy color: '#144E58'

red 20 ◦ green 78 ◦ blue 88

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

Shades of Teal Blue #144E58

Tints of Teal Blue #144E58

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.94%

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

R = 10.75%
G = 41.94%
B = 47.31%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144E58 (or 0x144E58) is known color: Teal Blue. HEX triplet: 14, 4E and 58. RGB value is (20,78,88). Sum of RGB (Red+Green+Blue) = 20+78+88=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #144E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E58 is #EBB1A7. Grayscale: #3D3D3D. Windows color (decimal): -15446440 or 5787156. OLE color: 5787156.

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

Color convert

RGB 20 78 88 -
CMYK 0.77 0.11 0 0.65
HSL 188.82º 0.63% 0.21% -
HSV(B) 188.82º 0.77% 0.35% -
XYZ 4.77 6.3 10.2 -
YUV 61.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 20 78 88 0.77 0.11 0 0.65 188.82 0.63 0.21
Hex 14 4E 58 4D B 0 41 BD 3F 15
Octal 24 116 130 115 13 0 101 275 77 25
Binary 10100 1001110 1011000 1001101 1011 0 1000001 10111101 111111 10101

Color Harmonies of #144E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E58

Black with #144E58

Text Example


Text Example

White with #144E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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