#113E40

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

Shades of Tiber #113E40

Tints of Tiber #113E40

Color information

#113E40 (or 0x113E40) is unknown color: approx Tiber. HEX triplet: 11, 3E and 40. RGB value is (17,62,64). Sum of RGB (Red+Green+Blue) = 17+62+64=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #113E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E40 is #EEC1BF. Grayscale: #303030. Windows color (decimal): -15647168 or 4210193. OLE color: 4210193.

HSL color Cylindrical-coordinate representation of color #113E40: hue angle of 182.55º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E40 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB176264-
CMYK0.730.0300.75
HSL182.55º58.02%15.88%-
HSV(B)182.55º73.44%25.1%-
XYZ2.883.935.46-
YUV48.77136.59105.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 62 (24.61% from 255) = 43.36%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=11.89%
G=43.36%
B=44.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1762640.730.0300.75182.5558.0215.88
Hex113E4049304Bb73a10
Octal2176100111301132677220
Binary100011111101000000100100111010010111011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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