#115546

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

Shades of Deep Teal #115546

Tints of Deep Teal #115546

Color information

#115546 (or 0x115546) is unknown color: approx Deep Teal. HEX triplet: 11, 55 and 46. RGB value is (17,85,70). Sum of RGB (Red+Green+Blue) = 17+85+70=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #115546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115546 is #EEAAB9. Grayscale: #3E3E3E. Windows color (decimal): -15641274 or 4609297. OLE color: 4609297.

HSL color Cylindrical-coordinate representation of color #115546: hue angle of 166.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115546 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB178570-
CMYK0.8000.180.67
HSL166.76º66.67%20%-
HSV(B)166.76º80%33.33%-
XYZ4.597.066.92-
YUV62.96131.9795.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=9.88%
G=49.42%
B=40.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785700.8000.180.67166.7666.6720
Hex1155465001243a74314
Octal2112510612002210324710324
Binary10001101010110001101010000010010100001110100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115546; }

 p { color: rgb(17,85,70); }

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

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

 a { background-color: rgb(17,85,70); }

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

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

 span { border-color: rgb(17,85,70); }

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