#11867C

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

Shades of Teal #11867C

Tints of Teal #11867C

Color information

#11867C (or 0x11867C) is unknown color: approx Teal. HEX triplet: 11, 86 and 7C. RGB value is (17,134,124). Sum of RGB (Red+Green+Blue) = 17+134+124=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #11867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11867C is #EE7983. Grayscale: #616161. Windows color (decimal): -15628676 or 8160785. OLE color: 8160785.

HSL color Cylindrical-coordinate representation of color #11867C: hue angle of 174.87º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11867C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB17134124-
CMYK0.8700.070.47
HSL174.87º77.48%29.61%-
HSV(B)174.87º87.31%52.55%-
XYZ12.3918.6222.01-
YUV97.88142.7470.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=6.18%
G=48.73%
B=45.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171341240.8700.070.47174.8777.4829.61
Hex11867C57072Faf4d1e
Octal21206174127075725711536
Binary100011000011011111001010111011110111110101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11867C; }

 p { color: rgb(17,134,124); }

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

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

 a { background-color: rgb(17,134,124); }

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

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

 span { border-color: rgb(17,134,124); }

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