#113D38

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

Shades of Deep Teal #113D38

Tints of Deep Teal #113D38

Color information

#113D38 (or 0x113D38) is unknown color: approx Deep Teal. HEX triplet: 11, 3D and 38. RGB value is (17,61,56). Sum of RGB (Red+Green+Blue) = 17+61+56=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #113D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D38 is #EEC2C7. Grayscale: #2F2F2F. Windows color (decimal): -15647432 or 3685649. OLE color: 3685649.

HSL color Cylindrical-coordinate representation of color #113D38: hue angle of 173.18º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113D38 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB176156-
CMYK0.7200.080.76
HSL173.18º56.41%15.29%-
HSV(B)173.18º72.13%23.92%-
XYZ2.613.744.33-
YUV47.27132.92106.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=12.69%
G=45.52%
B=41.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1761560.7200.080.76173.1856.4115.29
Hex113D3848084Cad38f
Octal2175701100101142557017
Binary100011111011110001001000010001001100101011011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,56); }

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

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

 a { background-color: rgb(17,61,56); }

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

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

 span { border-color: rgb(17,61,56); }

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