#113932

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

Shades of Deep Teal #113932

Tints of Deep Teal #113932

Color information

#113932 (or 0x113932) is unknown color: approx Deep Teal. HEX triplet: 11, 39 and 32. RGB value is (17,57,50). Sum of RGB (Red+Green+Blue) = 17+57+50=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #113932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113932 is #EEC6CD. Grayscale: #2C2C2C. Windows color (decimal): -15648462 or 3291409. OLE color: 3291409.

HSL color Cylindrical-coordinate representation of color #113932: hue angle of 169.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113932 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB175750-
CMYK0.7000.120.78
HSL169.5º54.05%14.51%-
HSV(B)169.5º70.18%22.35%-
XYZ2.273.283.53-
YUV44.24131.25108.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 57 (22.66% from 255) = 45.97%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=13.71%
G=45.97%
B=40.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757500.7000.120.78169.554.0514.51
Hex113932460C4Eaa36f
Octal2171621060141162526617
Binary100011110011100101000110011001001110101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113932; }

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

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

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

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

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

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

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

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