#118485

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

Shades of Teal #118485

Tints of Teal #118485

Color information

#118485 (or 0x118485) is unknown color: approx Teal. HEX triplet: 11, 84 and 85. RGB value is (17,132,133). Sum of RGB (Red+Green+Blue) = 17+132+133=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #118485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118485 is #EE7B7A. Grayscale: #616161. Windows color (decimal): -15629179 or 8750097. OLE color: 8750097.

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

Color convert

RGB17132133-
CMYK0.870.0100.48
HSL180.52º77.33%29.41%-
HSV(B)180.52º87.22%52.16%-
XYZ12.7218.3225.06-
YUV97.73147.970.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=6.03%
G=46.81%
B=47.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171321330.870.0100.48180.5277.3329.41
Hex118485571030b54d1d
Octal21204205127106026511535
Binary10001100001001000010110101111011000010110101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118485; }

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

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

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

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

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

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

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

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