Html Css Color HEX #144137 Deep Teal

📋 copy color: '#144137'

red 20 ◦ green 65 ◦ blue 55

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

Shades of Deep Teal #144137

Tints of Deep Teal #144137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 55 (21.88% from 255) = 39.29%

R = 14.29%
G = 46.43%
B = 39.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#144137 (or 0x144137) is known color: Deep Teal. HEX triplet: 14, 41 and 37. RGB value is (20,65,55). Sum of RGB (Red+Green+Blue) = 20+65+55=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #144137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144137 is #EBBEC8. Grayscale: #323232. Windows color (decimal): -15449801 or 3621140. OLE color: 3621140.

HSL color Cylindrical-coordinate representation of color #144137: hue angle of 166.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144137 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 65 55 -
CMYK 0.69 0 0.15 0.75
HSL 166.67º 0.53% 0.17% -
HSV(B) 166.67º 0.69% 0.25% -
XYZ 2.87 4.21 4.27 -
YUV 50.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 20 65 55 0.69 0 0.15 0.75 166.67 0.53 0.17
Hex 14 41 37 45 0 F 4B A7 35 11
Octal 24 101 67 105 0 17 113 247 65 21
Binary 10100 1000001 110111 1000101 0 1111 1001011 10100111 110101 10001

Color Harmonies of #144137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144137

Black with #144137

Text Example


Text Example

White with #144137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144137; }

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

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

background-color css

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

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

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

border-color css

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

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

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