#113C38

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

Shades of Deep Teal #113C38

Tints of Deep Teal #113C38

Color information

#113C38 (or 0x113C38) is unknown color: approx Deep Teal. HEX triplet: 11, 3C and 38. RGB value is (17,60,56). Sum of RGB (Red+Green+Blue) = 17+60+56=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #113C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C38 is #EEC3C7. Grayscale: #2E2E2E. Windows color (decimal): -15647688 or 3685393. OLE color: 3685393.

HSL color Cylindrical-coordinate representation of color #113C38: hue angle of 174.42º 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 #113C38 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB176056-
CMYK0.7200.070.76
HSL174.42º55.84%15.1%-
HSV(B)174.42º71.67%23.53%-
XYZ2.563.644.31-
YUV46.69133.25106.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 60 (23.83% from 255) = 45.11%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=12.78%
G=45.11%
B=42.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1760560.7200.070.76174.4255.8415.1
Hex113C3848074Cae38f
Octal217470110071142567017
Binary10001111100111000100100001111001100101011101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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