#113D36

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

Shades of Deep Teal #113D36

Tints of Deep Teal #113D36

Color information

#113D36 (or 0x113D36) is unknown color: approx Deep Teal. HEX triplet: 11, 3D and 36. RGB value is (17,61,54). Sum of RGB (Red+Green+Blue) = 17+61+54=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #113D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D36 is #EEC2C9. Grayscale: #2F2F2F. Windows color (decimal): -15647434 or 3554577. OLE color: 3554577.

HSL color Cylindrical-coordinate representation of color #113D36: hue angle of 170.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D36 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB176154-
CMYK0.7200.110.76
HSL170.45º56.41%15.29%-
HSV(B)170.45º72.13%23.92%-
XYZ2.573.724.07-
YUV47.05131.92106.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=12.88%
G=46.21%
B=40.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1761540.7200.110.76170.4556.4115.29
Hex113D36480B4Caa38f
Octal2175661100131142527017
Binary100011111011101101001000010111001100101010101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113D36; }

 p { color: rgb(17,61,54); }

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

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

 a { background-color: rgb(17,61,54); }

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

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

 span { border-color: rgb(17,61,54); }

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