Html Css Color HEX #143D38 Deep Teal

📋 copy color: '#143D38'

red 20 ◦ green 61 ◦ blue 56

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

Shades of Deep Teal #143D38

Tints of Deep Teal #143D38

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.53%

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 14.6%
G = 44.53%
B = 40.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#143D38 (or 0x143D38) is known color: Deep Teal. HEX triplet: 14, 3D and 38. RGB value is (20,61,56). Sum of RGB (Red+Green+Blue) = 20+61+56=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #143D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D38 is #EBC2C7. Grayscale: #303030. Windows color (decimal): -15450824 or 3685652. OLE color: 3685652.

HSL color Cylindrical-coordinate representation of color #143D38: hue angle of 172.68º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D38 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 61 56 -
CMYK 0.67 0 0.08 0.76
HSL 172.68º 0.51% 0.16% -
HSV(B) 172.68º 0.67% 0.24% -
XYZ 2.67 3.77 4.33 -
YUV 48.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 20 61 56 0.67 0 0.08 0.76 172.68 0.51 0.16
Hex 14 3D 38 43 0 8 4C AD 33 10
Octal 24 75 70 103 0 10 114 255 63 20
Binary 10100 111101 111000 1000011 0 1000 1001100 10101101 110011 10000

Color Harmonies of #143D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D38

Black with #143D38

Text Example


Text Example

White with #143D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143D38; }

 p { color: rgb(20,61,56); }

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

background-color css

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

 a { background-color: rgb(20,61,56); }

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

border-color css

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

 span { border-color: rgb(20,61,56); }

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