#118486

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

Shades of Teal #118486

Tints of Teal #118486

Color information

#118486 (or 0x118486) is unknown color: approx Teal. HEX triplet: 11, 84 and 86. RGB value is (17,132,134). Sum of RGB (Red+Green+Blue) = 17+132+134=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #118486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118486 is #EE7B79. Grayscale: #616161. Windows color (decimal): -15629178 or 8815633. OLE color: 8815633.

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

Color convert

RGB17132134-
CMYK0.870.0100.47
HSL181.03º77.48%29.61%-
HSV(B)181.03º87.31%52.55%-
XYZ12.7918.3425.42-
YUV97.84148.470.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=6.01%
G=46.64%
B=47.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171321340.870.0100.47181.0377.4829.61
Hex11848657102Fb54d1e
Octal21204206127105726511536
Binary10001100001001000011010101111010111110110101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118486; }

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

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

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

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

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

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

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

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