#113935

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

Shades of Deep Teal #113935

Tints of Deep Teal #113935

Color information

#113935 (or 0x113935) is unknown color: approx Deep Teal. HEX triplet: 11, 39 and 35. RGB value is (17,57,53). Sum of RGB (Red+Green+Blue) = 17+57+53=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #113935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113935 is #EEC6CA. Grayscale: #2C2C2C. Windows color (decimal): -15648459 or 3488017. OLE color: 3488017.

HSL color Cylindrical-coordinate representation of color #113935: hue angle of 174º 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 #113935 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB175753-
CMYK0.7000.070.78
HSL174º54.05%14.51%-
HSV(B)174º70.18%22.35%-
XYZ2.343.33.88-
YUV44.58132.75108.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 57 (22.66% from 255) = 44.88%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=13.39%
G=44.88%
B=41.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757530.7000.070.7817454.0514.51
Hex11393546074Eae36f
Octal217165106071162566617
Binary10001111001110101100011001111001110101011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113935; }

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

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

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

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

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

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

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

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