#118584

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

Shades of Teal #118584

Tints of Teal #118584

Color information

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

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

Color convert

RGB17133132-
CMYK0.8700.010.48
HSL179.48º77.33%29.41%-
HSV(B)179.48º87.22%52.16%-
XYZ12.7818.5624.74-
YUV98.2147.0770.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171331320.8700.010.48179.4877.3329.41
Hex118584570130b34d1d
Octal21205204127016026311535
Binary10001100001011000010010101110111000010110011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118584; }

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

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

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

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

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

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

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

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