Html Css Color HEX #144741 Deep Teal

📋 copy color: '#144741'

red 20 ◦ green 71 ◦ blue 65

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

Shades of Deep Teal #144741

Tints of Deep Teal #144741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

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

R = 12.82%
G = 45.51%
B = 41.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#144741 (or 0x144741) is known color: Deep Teal. HEX triplet: 14, 47 and 41. RGB value is (20,71,65). Sum of RGB (Red+Green+Blue) = 20+71+65=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #144741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144741 is #EBB8BE. Grayscale: #373737. Windows color (decimal): -15448255 or 4278036. OLE color: 4278036.

HSL color Cylindrical-coordinate representation of color #144741: hue angle of 172.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144741 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 65 -
CMYK 0.72 0 0.08 0.72
HSL 172.94º 0.56% 0.18% -
HSV(B) 172.94º 0.72% 0.28% -
XYZ 3.5 5.04 5.79 -
YUV 55.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 20 71 65 0.72 0 0.08 0.72 172.94 0.56 0.18
Hex 14 47 41 48 0 8 48 AD 38 12
Octal 24 107 101 110 0 10 110 255 70 22
Binary 10100 1000111 1000001 1001000 0 1000 1001000 10101101 111000 10010

Color Harmonies of #144741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144741

Black with #144741

Text Example


Text Example

White with #144741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144741; }

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

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

background-color css

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

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

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

border-color css

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

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

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