Html Css Color HEX #144D59 Teal Blue

📋 copy color: '#144D59'

red 20 ◦ green 77 ◦ blue 89

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

Shades of Teal Blue #144D59

Tints of Teal Blue #144D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 10.75%
G = 41.4%
B = 47.85%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144D59 (or 0x144D59) is known color: Teal Blue. HEX triplet: 14, 4D and 59. RGB value is (20,77,89). Sum of RGB (Red+Green+Blue) = 20+77+89=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #144D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D59 is #EBB2A6. Grayscale: #3D3D3D. Windows color (decimal): -15446695 or 5852436. OLE color: 5852436.

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

Color convert

RGB 20 77 89 -
CMYK 0.78 0.13 0 0.65
HSL 190.43º 0.63% 0.21% -
HSV(B) 190.43º 0.78% 0.35% -
XYZ 4.75 6.18 10.39 -
YUV 61.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 20 77 89 0.78 0.13 0 0.65 190.43 0.63 0.21
Hex 14 4D 59 4E D 0 41 BE 3F 15
Octal 24 115 131 116 15 0 101 276 77 25
Binary 10100 1001101 1011001 1001110 1101 0 1000001 10111110 111111 10101

Color Harmonies of #144D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D59

Black with #144D59

Text Example


Text Example

White with #144D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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