#113F33

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

Shades of Deep Teal #113F33

Tints of Deep Teal #113F33

Color information

#113F33 (or 0x113F33) is unknown color: approx Deep Teal. HEX triplet: 11, 3F and 33. RGB value is (17,63,51). Sum of RGB (Red+Green+Blue) = 17+63+51=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #113F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F33 is #EEC0CC. Grayscale: #2F2F2F. Windows color (decimal): -15646925 or 3358481. OLE color: 3358481.

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

Color convert

RGB176351-
CMYK0.7300.190.75
HSL164.35º57.5%15.69%-
HSV(B)164.35º73.02%24.71%-
XYZ2.613.913.75-
YUV47.88129.76105.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 63 (25% from 255) = 48.09%
BLUE value IS 51 (20.31% from 255) = 38.93%
R=12.98%
G=48.09%
B=38.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763510.7300.190.75164.3557.515.69
Hex113F33490134Ba43a10
Octal2177631110231132447220
Binary10001111111110011100100101001110010111010010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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