Html Css Color HEX #143C34 Deep Teal

📋 copy color: '#143C34'

red 20 ◦ green 60 ◦ blue 52

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

Shades of Deep Teal #143C34

Tints of Deep Teal #143C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.45%

 BLUE value IS 52 (20.7% from 255) = 39.39%

R = 15.15%
G = 45.45%
B = 39.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#143C34 (or 0x143C34) is known color: Deep Teal. HEX triplet: 14, 3C and 34. RGB value is (20,60,52). Sum of RGB (Red+Green+Blue) = 20+60+52=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #143C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C34 is #EBC3CB. Grayscale: #2F2F2F. Windows color (decimal): -15451084 or 3423252. OLE color: 3423252.

HSL color Cylindrical-coordinate representation of color #143C34: hue angle of 168º degrees, saturation: 0.5, 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 #143C34 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 60 52 -
CMYK 0.67 0 0.13 0.76
HSL 168º 0.5% 0.16% -
HSV(B) 168º 0.67% 0.24% -
XYZ 2.52 3.63 3.82 -
YUV 47.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 20 60 52 0.67 0 0.13 0.76 168 0.5 0.16
Hex 14 3C 34 43 0 D 4C A8 32 10
Octal 24 74 64 103 0 15 114 250 62 20
Binary 10100 111100 110100 1000011 0 1101 1001100 10101000 110010 10000

Color Harmonies of #143C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C34

Black with #143C34

Text Example


Text Example

White with #143C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,52); }

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

background-color css

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

 a { background-color: rgb(20,60,52); }

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

border-color css

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

 span { border-color: rgb(20,60,52); }

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