Html Css Color HEX #143731 Deep Teal

📋 copy color: '#143731'

red 20 ◦ green 55 ◦ blue 49

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

Shades of Deep Teal #143731

Tints of Deep Teal #143731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 16.13%
G = 44.35%
B = 39.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#143731 (or 0x143731) is known color: Deep Teal. HEX triplet: 14, 37 and 31. RGB value is (20,55,49). Sum of RGB (Red+Green+Blue) = 20+55+49=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #143731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143731 is #EBC8CE. Grayscale: #2B2B2B. Windows color (decimal): -15452367 or 3225364. OLE color: 3225364.

HSL color Cylindrical-coordinate representation of color #143731: hue angle of 169.71º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143731 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 49 -
CMYK 0.64 0 0.11 0.78
HSL 169.71º 0.47% 0.15% -
HSV(B) 169.71º 0.64% 0.22% -
XYZ 2.21 3.1 3.39 -
YUV 43.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 20 55 49 0.64 0 0.11 0.78 169.71 0.47 0.15
Hex 14 37 31 40 0 B 4E AA 2F F
Octal 24 67 61 100 0 13 116 252 57 17
Binary 10100 110111 110001 1000000 0 1011 1001110 10101010 101111 1111

Color Harmonies of #143731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143731

Black with #143731

Text Example


Text Example

White with #143731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143731; }

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

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

background-color css

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

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

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

border-color css

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

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

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