#113631

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

Shades of Deep Teal #113631

Tints of Deep Teal #113631

Color information

#113631 (or 0x113631) is unknown color: approx Deep Teal. HEX triplet: 11, 36 and 31. RGB value is (17,54,49). Sum of RGB (Red+Green+Blue) = 17+54+49=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #113631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113631 is #EEC9CE. Grayscale: #2A2A2A. Windows color (decimal): -15649231 or 3225105. OLE color: 3225105.

HSL color Cylindrical-coordinate representation of color #113631: hue angle of 171.89º 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 #113631 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB175449-
CMYK0.6900.090.79
HSL171.89º52.11%13.92%-
HSV(B)171.89º68.52%21.18%-
XYZ2.12.983.37-
YUV42.37131.74109.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=14.17%
G=45%
B=40.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754490.6900.090.79171.8952.1113.92
Hex11363145094Fac34e
Octal2166611050111172546416
Binary100011101101100011000101010011001111101011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113631; }

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

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

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

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

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

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

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

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