#113A35

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

Shades of Deep Teal #113A35

Tints of Deep Teal #113A35

Color information

#113A35 (or 0x113A35) is unknown color: approx Deep Teal. HEX triplet: 11, 3A and 35. RGB value is (17,58,53). Sum of RGB (Red+Green+Blue) = 17+58+53=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #113A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A35 is #EEC5CA. Grayscale: #2D2D2D. Windows color (decimal): -15648203 or 3488273. OLE color: 3488273.

HSL color Cylindrical-coordinate representation of color #113A35: hue angle of 172.68º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A35 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB175853-
CMYK0.7100.090.77
HSL172.68º54.67%14.71%-
HSV(B)172.68º70.69%22.75%-
XYZ2.393.43.9-
YUV45.17132.42107.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 58 (23.05% from 255) = 45.31%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=13.28%
G=45.31%
B=41.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1758530.7100.090.77172.6854.6714.71
Hex113A3547094Dad37f
Octal2172651070111152556717
Binary100011110101101011000111010011001101101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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