#113F34

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

Shades of Deep Teal #113F34

Tints of Deep Teal #113F34

Color information

#113F34 (or 0x113F34) is unknown color: approx Deep Teal. HEX triplet: 11, 3F and 34. RGB value is (17,63,52). Sum of RGB (Red+Green+Blue) = 17+63+52=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #113F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F34 is #EEC0CB. Grayscale: #2F2F2F. Windows color (decimal): -15646924 or 3424017. OLE color: 3424017.

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

Color convert

RGB176352-
CMYK0.7300.170.75
HSL165.65º57.5%15.69%-
HSV(B)165.65º73.02%24.71%-
XYZ2.633.923.87-
YUV47.99130.26105.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=12.88%
G=47.73%
B=39.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763520.7300.170.75165.6557.515.69
Hex113F34490114Ba63a10
Octal2177641110211132467220
Binary10001111111110100100100101000110010111010011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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