#118387

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

Shades of Teal #118387

Tints of Teal #118387

Color information

#118387 (or 0x118387) is unknown color: approx Teal. HEX triplet: 11, 83 and 87. RGB value is (17,131,135). Sum of RGB (Red+Green+Blue) = 17+131+135=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #118387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118387 is #EE7C78. Grayscale: #616161. Windows color (decimal): -15629433 or 8880913. OLE color: 8880913.

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

Color convert

RGB17131135-
CMYK0.870.0300.47
HSL182.03º77.63%29.8%-
HSV(B)182.03º87.41%52.94%-
XYZ12.7218.125.75-
YUV97.37149.2370.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=6.01%
G=46.29%
B=47.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171311350.870.0300.47182.0377.6329.8
Hex11838757302Fb64e1e
Octal21203207127305726611636
Binary100011000001110000111101011111010111110110110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118387; }

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

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

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

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

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

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

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

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