Html Css Color HEX #144C41 Deep Teal

📋 copy color: '#144C41'

red 20 ◦ green 76 ◦ blue 65

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

Shades of Deep Teal #144C41

Tints of Deep Teal #144C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 12.42%
G = 47.2%
B = 40.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#144C41 (or 0x144C41) is known color: Deep Teal. HEX triplet: 14, 4C and 41. RGB value is (20,76,65). Sum of RGB (Red+Green+Blue) = 20+76+65=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #144C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C41 is #EBB3BE. Grayscale: #393939. Windows color (decimal): -15446975 or 4279316. OLE color: 4279316.

HSL color Cylindrical-coordinate representation of color #144C41: hue angle of 168.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C41 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 76 65 -
CMYK 0.74 0 0.14 0.70
HSL 168.21º 0.58% 0.19% -
HSV(B) 168.21º 0.74% 0.3% -
XYZ 3.83 5.7 5.9 -
YUV 58 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 20 76 65 0.74 0 0.14 0.70 168.21 0.58 0.19
Hex 14 4C 41 4A 0 E 46 A8 3A 13
Octal 24 114 101 112 0 16 106 250 72 23
Binary 10100 1001100 1000001 1001010 0 1110 1000110 10101000 111010 10011

Color Harmonies of #144C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C41

Black with #144C41

Text Example


Text Example

White with #144C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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