#113A33

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

Shades of Deep Teal #113A33

Tints of Deep Teal #113A33

Color information

#113A33 (or 0x113A33) is unknown color: approx Deep Teal. HEX triplet: 11, 3A and 33. RGB value is (17,58,51). Sum of RGB (Red+Green+Blue) = 17+58+51=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #113A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A33 is #EEC5CC. Grayscale: #2C2C2C. Windows color (decimal): -15648205 or 3357201. OLE color: 3357201.

HSL color Cylindrical-coordinate representation of color #113A33: hue angle of 169.76º 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 #113A33 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB175851-
CMYK0.7100.120.77
HSL169.76º54.67%14.71%-
HSV(B)169.76º70.69%22.75%-
XYZ2.343.383.66-
YUV44.94131.42108.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 58 (23.05% from 255) = 46.03%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=13.49%
G=46.03%
B=40.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1758510.7100.120.77169.7654.6714.71
Hex113A33470C4Daa37f
Octal2172631070141152526717
Binary100011110101100111000111011001001101101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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