#11847E

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

Shades of Teal #11847E

Tints of Teal #11847E

Color information

#11847E (or 0x11847E) is unknown color: approx Teal. HEX triplet: 11, 84 and 7E. RGB value is (17,132,126). Sum of RGB (Red+Green+Blue) = 17+132+126=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #11847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11847E is #EE7B81. Grayscale: #606060. Windows color (decimal): -15629186 or 8291345. OLE color: 8291345.

HSL color Cylindrical-coordinate representation of color #11847E: hue angle of 176.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11847E is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB17132126-
CMYK0.8700.050.48
HSL176.87º77.18%29.22%-
HSV(B)176.87º87.12%51.76%-
XYZ12.2518.1322.59-
YUV96.93144.470.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 126 (49.61% from 255) = 45.82%
R=6.18%
G=48%
B=45.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171321260.8700.050.48176.8777.1829.22
Hex11847E570530b14d1d
Octal21204176127056026111535
Binary100011000010011111101010111010111000010110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11847E; }

 p { color: rgb(17,132,126); }

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

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

 a { background-color: rgb(17,132,126); }

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

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

 span { border-color: rgb(17,132,126); }

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