#113F39

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

Shades of Deep Teal #113F39

Tints of Deep Teal #113F39

Color information

#113F39 (or 0x113F39) is unknown color: approx Deep Teal. HEX triplet: 11, 3F and 39. RGB value is (17,63,57). Sum of RGB (Red+Green+Blue) = 17+63+57=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #113F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F39 is #EEC0C6. Grayscale: #303030. Windows color (decimal): -15646919 or 3751697. OLE color: 3751697.

HSL color Cylindrical-coordinate representation of color #113F39: hue angle of 172.17º degrees, saturation: 0.57, 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 #113F39 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB176357-
CMYK0.7300.100.75
HSL172.17º57.5%15.69%-
HSV(B)172.17º73.02%24.71%-
XYZ2.753.974.49-
YUV48.56132.76105.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=12.41%
G=45.99%
B=41.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763570.7300.100.75172.1757.515.69
Hex113F39490A4Bac3a10
Octal2177711110121132547220
Binary1000111111111100110010010101010010111010110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,63,57); }

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

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

 a { background-color: rgb(17,63,57); }

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

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

 span { border-color: rgb(17,63,57); }

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