#113E35

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

Shades of Deep Teal #113E35

Tints of Deep Teal #113E35

Color information

#113E35 (or 0x113E35) is unknown color: approx Deep Teal. HEX triplet: 11, 3E and 35. RGB value is (17,62,53). Sum of RGB (Red+Green+Blue) = 17+62+53=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #113E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E35 is #EEC1CA. Grayscale: #2F2F2F. Windows color (decimal): -15647179 or 3489297. OLE color: 3489297.

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

Color convert

RGB176253-
CMYK0.7300.150.76
HSL168º56.96%15.49%-
HSV(B)168º72.58%24.31%-
XYZ2.63.823.97-
YUV47.52131.09106.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 62 (24.61% from 255) = 46.97%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=12.88%
G=46.97%
B=40.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1762530.7300.150.7616856.9615.49
Hex113E35490F4Ca839f
Octal2176651110171142507117
Binary100011111101101011001001011111001100101010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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