#11887C

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

Shades of Teal #11887C

Tints of Teal #11887C

Color information

#11887C (or 0x11887C) is unknown color: approx Teal. HEX triplet: 11, 88 and 7C. RGB value is (17,136,124). Sum of RGB (Red+Green+Blue) = 17+136+124=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #11887C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11887C is #EE7783. Grayscale: #626262. Windows color (decimal): -15628164 or 8161297. OLE color: 8161297.

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

Color convert

RGB17136124-
CMYK0.8700.090.47
HSL173.95º77.78%30%-
HSV(B)173.95º87.5%53.33%-
XYZ12.6719.1822.1-
YUV99.05142.0869.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=6.14%
G=49.10%
B=44.77%

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
Decimal171361240.8700.090.47173.9577.7830
Hex11887C57092Fae4e1e
Octal212101741270115725611636
Binary1000110001000111110010101110100110111110101110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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