Html Css Color HEX #143835 Deep Teal

📋 copy color: '#143835'

red 20 ◦ green 56 ◦ blue 53

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

Shades of Deep Teal #143835

Tints of Deep Teal #143835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.41%

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

R = 15.5%
G = 43.41%
B = 41.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#143835 (or 0x143835) is known color: Deep Teal. HEX triplet: 14, 38 and 35. RGB value is (20,56,53). Sum of RGB (Red+Green+Blue) = 20+56+53=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #143835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143835 is #EBC7CA. Grayscale: #2C2C2C. Windows color (decimal): -15452107 or 3487764. OLE color: 3487764.

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

Color convert

RGB 20 56 53 -
CMYK 0.64 0 0.05 0.78
HSL 175º 0.47% 0.15% -
HSV(B) 175º 0.64% 0.22% -
XYZ 2.35 3.23 3.87 -
YUV 44.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 20 56 53 0.64 0 0.05 0.78 175 0.47 0.15
Hex 14 38 35 40 0 5 4E AF 2F F
Octal 24 70 65 100 0 5 116 257 57 17
Binary 10100 111000 110101 1000000 0 101 1001110 10101111 101111 1111

Color Harmonies of #143835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143835

Black with #143835

Text Example


Text Example

White with #143835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143835; }

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

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

background-color css

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

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

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

border-color css

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

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

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