#113632

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

Shades of Deep Teal #113632

Tints of Deep Teal #113632

Color information

#113632 (or 0x113632) is unknown color: approx Deep Teal. HEX triplet: 11, 36 and 32. RGB value is (17,54,50). Sum of RGB (Red+Green+Blue) = 17+54+50=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #113632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113632 is #EEC9CD. Grayscale: #2A2A2A. Windows color (decimal): -15649230 or 3290641. OLE color: 3290641.

HSL color Cylindrical-coordinate representation of color #113632: hue angle of 173.51º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113632 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB175450-
CMYK0.6900.070.79
HSL173.51º52.11%13.92%-
HSV(B)173.51º68.52%21.18%-
XYZ2.132.993.48-
YUV42.48132.24109.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=14.05%
G=44.63%
B=41.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754500.6900.070.79173.5152.1113.92
Hex11363245074Fae34e
Octal216662105071172566416
Binary10001110110110010100010101111001111101011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113632; }

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

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

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

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

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

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

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

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