Html Css Color HEX #144D58 Teal Blue

📋 copy color: '#144D58'

red 20 ◦ green 77 ◦ blue 88

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

Shades of Teal Blue #144D58

Tints of Teal Blue #144D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.62%

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

R = 10.81%
G = 41.62%
B = 47.57%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144D58 (or 0x144D58) is known color: Teal Blue. HEX triplet: 14, 4D and 58. RGB value is (20,77,88). Sum of RGB (Red+Green+Blue) = 20+77+88=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #144D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D58 is #EBB2A7. Grayscale: #3D3D3D. Windows color (decimal): -15446696 or 5786900. OLE color: 5786900.

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

Color convert

RGB 20 77 88 -
CMYK 0.77 0.12 0 0.65
HSL 189.71º 0.63% 0.21% -
HSV(B) 189.71º 0.77% 0.35% -
XYZ 4.7 6.16 10.17 -
YUV 61.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 20 77 88 0.77 0.12 0 0.65 189.71 0.63 0.21
Hex 14 4D 58 4D C 0 41 BE 3F 15
Octal 24 115 130 115 14 0 101 276 77 25
Binary 10100 1001101 1011000 1001101 1100 0 1000001 10111110 111111 10101

Color Harmonies of #144D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D58

Black with #144D58

Text Example


Text Example

White with #144D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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