#113731

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

Shades of Deep Teal #113731

Tints of Deep Teal #113731

Color information

#113731 (or 0x113731) is unknown color: approx Deep Teal. HEX triplet: 11, 37 and 31. RGB value is (17,55,49). Sum of RGB (Red+Green+Blue) = 17+55+49=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #113731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113731 is #EEC8CE. Grayscale: #2A2A2A. Windows color (decimal): -15648975 or 3225361. OLE color: 3225361.

HSL color Cylindrical-coordinate representation of color #113731: hue angle of 170.53º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113731 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB175549-
CMYK0.6900.110.78
HSL170.53º52.78%14.12%-
HSV(B)170.53º69.09%21.57%-
XYZ2.153.073.39-
YUV42.95131.41109.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=14.05%
G=45.45%
B=40.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1755490.6900.110.78170.5352.7814.12
Hex113731450B4Eab35e
Octal2167611050131162536516
Binary100011101111100011000101010111001110101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113731; }

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

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

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

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

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

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

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

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