#135342

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

Shades of Deep Teal #135342

Tints of Deep Teal #135342

Color information

#135342 (or 0x135342) is unknown color: approx Deep Teal. HEX triplet: 13, 53 and 42. RGB value is (19,83,66). Sum of RGB (Red+Green+Blue) = 19+83+66=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #135342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135342 is #ECACBD. Grayscale: #3D3D3D. Windows color (decimal): -15510718 or 4346643. OLE color: 4346643.

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

Color convert

RGB198366-
CMYK0.7700.200.67
HSL164.06º62.75%20%-
HSV(B)164.06º77.11%32.55%-
XYZ4.356.726.22-
YUV61.93130.397.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 83 (32.81% from 255) = 49.40%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=11.31%
G=49.40%
B=39.29%

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
Decimal1983660.7700.200.67164.0662.7520
Hex1353424D01443a43f14
Octal231231021150241032447724
Binary1001110100111000010100110101010010000111010010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135342; }

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

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

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

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

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

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

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

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