#11887D

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

Shades of Teal #11887D

Tints of Teal #11887D

Color information

#11887D (or 0x11887D) is unknown color: approx Teal. HEX triplet: 11, 88 and 7D. RGB value is (17,136,125). Sum of RGB (Red+Green+Blue) = 17+136+125=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #11887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11887D is #EE7782. Grayscale: #636363. Windows color (decimal): -15628163 or 8226833. OLE color: 8226833.

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

Color convert

RGB17136125-
CMYK0.8700.080.47
HSL174.45º77.78%30%-
HSV(B)174.45º87.5%53.33%-
XYZ12.7419.2122.44-
YUV99.16142.5869.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.12%
GREEN value IS 136 (53.52% from 255) = 48.92%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=6.12%
G=48.92%
B=44.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171361250.8700.080.47174.4577.7830
Hex11887D57082Fae4e1e
Octal212101751270105725611636
Binary1000110001000111110110101110100010111110101110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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