#113D35

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

Shades of Deep Teal #113D35

Tints of Deep Teal #113D35

Color information

#113D35 (or 0x113D35) is unknown color: approx Deep Teal. HEX triplet: 11, 3D and 35. RGB value is (17,61,53). Sum of RGB (Red+Green+Blue) = 17+61+53=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #113D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D35 is #EEC2CA. Grayscale: #2E2E2E. Windows color (decimal): -15647435 or 3489041. OLE color: 3489041.

HSL color Cylindrical-coordinate representation of color #113D35: hue angle of 169.09º 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 #113D35 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB176153-
CMYK0.7200.130.76
HSL169.09º56.41%15.29%-
HSV(B)169.09º72.13%23.92%-
XYZ2.543.713.95-
YUV46.93131.42106.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 61 (24.22% from 255) = 46.56%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=12.98%
G=46.56%
B=40.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1761530.7200.130.76169.0956.4115.29
Hex113D35480D4Ca938f
Octal2175651100151142517017
Binary100011111011101011001000011011001100101010011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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