#143835

Color #143835 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #143835

Tints of Deep Teal #143835

Color information

#143835 (or 0x143835) is unknown color: approx 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

RGB205653-
CMYK0.6400.050.78
HSL175º47.37%14.9%-
HSV(B)175º64.29%21.96%-
XYZ2.353.233.87-
YUV44.89132.57110.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=15.50%
G=43.41%
B=41.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056530.6400.050.7817547.3714.9
Hex14383540054Eaf2ff
Octal247065100051162575717
Binary10100111000110101100000001011001110101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>