#135341

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

Shades of Deep Teal #135341

Tints of Deep Teal #135341

Color information

#135341 (or 0x135341) is unknown color: approx Deep Teal. HEX triplet: 13, 53 and 41. RGB value is (19,83,65). Sum of RGB (Red+Green+Blue) = 19+83+65=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #135341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135341 is #ECACBE. Grayscale: #3D3D3D. Windows color (decimal): -15510719 or 4281107. OLE color: 4281107.

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

Color convert

RGB198365-
CMYK0.7700.220.67
HSL163.12º62.75%20%-
HSV(B)163.12º77.11%32.55%-
XYZ4.326.716.07-
YUV61.81129.897.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=11.38%
G=49.70%
B=38.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983650.7700.220.67163.1262.7520
Hex1353414D01643a33f14
Octal231231011150261032437724
Binary1001110100111000001100110101011010000111010001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135341; }

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

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

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

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

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

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

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

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