Html Css Color HEX #143C35 Deep Teal

📋 copy color: '#143C35'

red 20 ◦ green 60 ◦ blue 53

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

Shades of Deep Teal #143C35

Tints of Deep Teal #143C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.85%

R = 15.04%
G = 45.11%
B = 39.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#143C35 (or 0x143C35) is known color: Deep Teal. HEX triplet: 14, 3C and 35. RGB value is (20,60,53). Sum of RGB (Red+Green+Blue) = 20+60+53=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #143C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C35 is #EBC3CA. Grayscale: #2F2F2F. Windows color (decimal): -15451083 or 3488788. OLE color: 3488788.

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

Color convert

RGB 20 60 53 -
CMYK 0.67 0 0.12 0.76
HSL 169.5º 0.5% 0.16% -
HSV(B) 169.5º 0.67% 0.24% -
XYZ 2.55 3.64 3.94 -
YUV 47.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 20 60 53 0.67 0 0.12 0.76 169.5 0.5 0.16
Hex 14 3C 35 43 0 C 4C AA 32 10
Octal 24 74 65 103 0 14 114 252 62 20
Binary 10100 111100 110101 1000011 0 1100 1001100 10101010 110010 10000

Color Harmonies of #143C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C35

Black with #143C35

Text Example


Text Example

White with #143C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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