#11867E

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

Shades of Teal #11867E

Tints of Teal #11867E

Color information

#11867E (or 0x11867E) is unknown color: approx Teal. HEX triplet: 11, 86 and 7E. RGB value is (17,134,126). Sum of RGB (Red+Green+Blue) = 17+134+126=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #11867E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11867E is #EE7981. Grayscale: #626262. Windows color (decimal): -15628674 or 8291857. OLE color: 8291857.

HSL color Cylindrical-coordinate representation of color #11867E: hue angle of 175.9º 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 #11867E is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB17134126-
CMYK0.8700.060.47
HSL175.9º77.48%29.61%-
HSV(B)175.9º87.31%52.55%-
XYZ12.5218.6822.68-
YUV98.1143.7470.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=6.14%
G=48.38%
B=45.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171341260.8700.060.47175.977.4829.61
Hex11867E57062Fb04d1e
Octal21206176127065726011536
Binary100011000011011111101010111011010111110110000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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