#11877b

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

Shades of Teal #11877B

Tints of Teal #11877B

Color information

#11877B (or 0x11877B) is unknown color: approx Teal. HEX triplet: 11, 87 and 7B. RGB value is (17,135,123). Sum of RGB (Red+Green+Blue) = 17+135+123=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #11877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11877B is #EE7884. Grayscale: #626262. Windows color (decimal): -15628421 or 8095505. OLE color: 8095505.

HSL color Cylindrical-coordinate representation of color #11877B: hue angle of 173.9º degrees, saturation: 0.78, 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 #11877B is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB17135123-
CMYK0.8700.090.47
HSL173.9º77.63%29.8%-
HSV(B)173.9º87.41%52.94%-
XYZ12.4718.8821.73-
YUV98.35141.9169.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=6.18%
G=49.09%
B=44.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171351230.8700.090.47173.977.6329.8
Hex11877B57092Fae4e1e
Octal212071731270115725611636
Binary1000110000111111101110101110100110111110101110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11877b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11877b; }

 p { color: rgb(17,135,123); }

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

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

 a { background-color: rgb(17,135,123); }

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

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

 span { border-color: rgb(17,135,123); }

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