#118182

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

Shades of Teal #118182

Tints of Teal #118182

Color information

#118182 (or 0x118182) is unknown color: approx Teal. HEX triplet: 11, 81 and 82. RGB value is (17,129,130). Sum of RGB (Red+Green+Blue) = 17+129+130=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #118182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118182 is #EE7E7D. Grayscale: #5F5F5F. Windows color (decimal): -15629950 or 8552721. OLE color: 8552721.

HSL color Cylindrical-coordinate representation of color #118182: hue angle of 180.53º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118182 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB17129130-
CMYK0.870.0100.49
HSL180.53º76.87%28.82%-
HSV(B)180.53º86.92%50.98%-
XYZ12.1117.4323.85-
YUV95.63147.3971.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=6.16%
G=46.74%
B=47.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171291300.870.0100.49180.5376.8728.82
Hex118182571031b54d1d
Octal21201202127106126511535
Binary10001100000011000001010101111011000110110101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118182; }

 p { color: rgb(17,129,130); }

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

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

 a { background-color: rgb(17,129,130); }

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

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

 span { border-color: rgb(17,129,130); }

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