#113530

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

Shades of Deep Teal #113530

Tints of Deep Teal #113530

Color information

#113530 (or 0x113530) is unknown color: approx Deep Teal. HEX triplet: 11, 35 and 30. RGB value is (17,53,48). Sum of RGB (Red+Green+Blue) = 17+53+48=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #113530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113530 is #EECACF. Grayscale: #292929. Windows color (decimal): -15649488 or 3159313. OLE color: 3159313.

HSL color Cylindrical-coordinate representation of color #113530: hue angle of 171.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113530 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB175348-
CMYK0.6800.090.79
HSL171.67º51.43%13.73%-
HSV(B)171.67º67.92%20.78%-
XYZ2.042.883.24-
YUV41.67131.57110.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=14.41%
G=44.92%
B=40.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753480.6800.090.79171.6751.4313.73
Hex11353044094Fac33e
Octal2165601040111172546316
Binary100011101011100001000100010011001111101011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113530; }

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

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

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

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

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

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

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

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