#118382

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

Shades of Teal #118382

Tints of Teal #118382

Color information

#118382 (or 0x118382) is unknown color: approx Teal. HEX triplet: 11, 83 and 82. RGB value is (17,131,130). Sum of RGB (Red+Green+Blue) = 17+131+130=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #118382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118382 is #EE7C7D. Grayscale: #606060. Windows color (decimal): -15629438 or 8553233. OLE color: 8553233.

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

Color convert

RGB17131130-
CMYK0.8700.010.49
HSL179.47º77.03%29.02%-
HSV(B)179.47º87.02%51.37%-
XYZ12.3817.9623.93-
YUV96.8146.7371.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.12%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=6.12%
G=47.12%
B=46.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171311300.8700.010.49179.4777.0329.02
Hex118382570131b34d1d
Octal21203202127016126311535
Binary10001100000111000001010101110111000110110011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118382; }

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

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

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

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

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

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

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

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