Html Css Color HEX #143732 Deep Teal

📋 copy color: '#143732'

red 20 ◦ green 55 ◦ blue 50

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

Shades of Deep Teal #143732

Tints of Deep Teal #143732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40%

R = 16%
G = 44%
B = 40%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#143732 (or 0x143732) is known color: Deep Teal. HEX triplet: 14, 37 and 32. RGB value is (20,55,50). Sum of RGB (Red+Green+Blue) = 20+55+50=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #143732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143732 is #EBC8CD. Grayscale: #2B2B2B. Windows color (decimal): -15452366 or 3290900. OLE color: 3290900.

HSL color Cylindrical-coordinate representation of color #143732: hue angle of 171.43º 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 #143732 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 50 -
CMYK 0.64 0 0.09 0.78
HSL 171.43º 0.47% 0.15% -
HSV(B) 171.43º 0.64% 0.22% -
XYZ 2.23 3.11 3.5 -
YUV 43.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 20 55 50 0.64 0 0.09 0.78 171.43 0.47 0.15
Hex 14 37 32 40 0 9 4E AB 2F F
Octal 24 67 62 100 0 11 116 253 57 17
Binary 10100 110111 110010 1000000 0 1001 1001110 10101011 101111 1111

Color Harmonies of #143732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143732

Black with #143732

Text Example


Text Example

White with #143732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143732; }

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

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

background-color css

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

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

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

border-color css

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

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

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