#113833

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

Shades of Deep Teal #113833

Tints of Deep Teal #113833

Color information

#113833 (or 0x113833) is unknown color: approx Deep Teal. HEX triplet: 11, 38 and 33. RGB value is (17,56,51). Sum of RGB (Red+Green+Blue) = 17+56+51=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #113833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113833 is #EEC7CC. Grayscale: #2B2B2B. Windows color (decimal): -15648717 or 3356689. OLE color: 3356689.

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

Color convert

RGB175651-
CMYK0.7000.090.78
HSL172.31º53.42%14.31%-
HSV(B)172.31º69.64%21.96%-
XYZ2.243.193.63-
YUV43.77132.08108.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=13.71%
G=45.16%
B=41.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756510.7000.090.78172.3153.4214.31
Hex11383346094Eac35e
Octal2170631060111162546516
Binary100011110001100111000110010011001110101011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113833; }

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

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

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

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

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

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

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

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