#113531

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

Shades of Deep Teal #113531

Tints of Deep Teal #113531

Color information

#113531 (or 0x113531) is unknown color: approx Deep Teal. HEX triplet: 11, 35 and 31. RGB value is (17,53,49). Sum of RGB (Red+Green+Blue) = 17+53+49=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #113531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113531 is #EECACE. Grayscale: #292929. Windows color (decimal): -15649487 or 3224849. OLE color: 3224849.

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

Color convert

RGB175349-
CMYK0.6800.080.79
HSL173.33º51.43%13.73%-
HSV(B)173.33º67.92%20.78%-
XYZ2.062.893.35-
YUV41.78132.07110.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=14.29%
G=44.54%
B=41.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753490.6800.080.79173.3351.4313.73
Hex11353144084Fad33e
Octal2165611040101172556316
Binary100011101011100011000100010001001111101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113531; }

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

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

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

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

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

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

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

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