#135442

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

Shades of Deep Teal #135442

Tints of Deep Teal #135442

Color information

#135442 (or 0x135442) is unknown color: approx Deep Teal. HEX triplet: 13, 54 and 42. RGB value is (19,84,66). Sum of RGB (Red+Green+Blue) = 19+84+66=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #135442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135442 is #ECABBD. Grayscale: #3E3E3E. Windows color (decimal): -15510462 or 4346899. OLE color: 4346899.

HSL color Cylindrical-coordinate representation of color #135442: hue angle of 163.38º 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 #135442 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB198466-
CMYK0.7700.210.67
HSL163.38º63.11%20.2%-
HSV(B)163.38º77.38%32.94%-
XYZ4.426.876.25-
YUV62.51129.9796.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=11.24%
G=49.70%
B=39.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984660.7700.210.67163.3863.1120.2
Hex1354424D01543a33f14
Octal231241021150251032437724
Binary1001110101001000010100110101010110000111010001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135442; }

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

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

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

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

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

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

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

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