#113835

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

Shades of Deep Teal #113835

Tints of Deep Teal #113835

Color information

#113835 (or 0x113835) is unknown color: approx Deep Teal. HEX triplet: 11, 38 and 35. RGB value is (17,56,53). Sum of RGB (Red+Green+Blue) = 17+56+53=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #113835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113835 is #EEC7CA. Grayscale: #2B2B2B. Windows color (decimal): -15648715 or 3487761. OLE color: 3487761.

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

Color convert

RGB175653-
CMYK0.7000.050.78
HSL175.38º53.42%14.31%-
HSV(B)175.38º69.64%21.96%-
XYZ2.293.23.87-
YUV44133.08108.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 56 (22.27% from 255) = 44.44%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=13.49%
G=44.44%
B=42.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756530.7000.050.78175.3853.4214.31
Hex11383546054Eaf35e
Octal217065106051162576516
Binary10001111000110101100011001011001110101011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113835; }

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

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

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

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

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

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

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

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