#135443

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

Shades of Deep Teal #135443

Tints of Deep Teal #135443

Color information

#135443 (or 0x135443) is unknown color: approx Deep Teal. HEX triplet: 13, 54 and 43. RGB value is (19,84,67). Sum of RGB (Red+Green+Blue) = 19+84+67=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #135443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135443 is #ECABBC. Grayscale: #3E3E3E. Windows color (decimal): -15510461 or 4412435. OLE color: 4412435.

HSL color Cylindrical-coordinate representation of color #135443: hue angle of 164.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135443 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB198467-
CMYK0.7700.200.67
HSL164.31º63.11%20.2%-
HSV(B)164.31º77.38%32.94%-
XYZ4.456.886.4-
YUV62.63130.4796.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=11.18%
G=49.41%
B=39.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984670.7700.200.67164.3163.1120.2
Hex1354434D01443a43f14
Octal231241031150241032447724
Binary1001110101001000011100110101010010000111010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135443; }

 p { color: rgb(19,84,67); }

 H1.HeaderClassName
 {
   color: #135443;
 }
 .AnyTagClassName
 {
   color: #135443;
 }
</style>
background-color css

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

 a { background-color: rgb(19,84,67); }

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

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

 span { border-color: rgb(19,84,67); }

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