#118585

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

Shades of Teal #118585

Tints of Teal #118585

Color information

#118585 (or 0x118585) is unknown color: approx Teal. HEX triplet: 11, 85 and 85. RGB value is (17,133,133). Sum of RGB (Red+Green+Blue) = 17+133+133=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #118585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118585 is #EE7A7A. Grayscale: #626262. Windows color (decimal): -15628923 or 8750353. OLE color: 8750353.

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

Color convert

RGB17133133-
CMYK0.87000.48
HSL180º77.33%29.41%-
HSV(B)180º87.22%52.16%-
XYZ12.8518.5925.1-
YUV98.32147.5770-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=6.01%
G=47.00%
B=47.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171331330.87000.4818077.3329.41
Hex118585570030b44d1d
Octal21205205127006026411535
Binary10001100001011000010110101110011000010110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118585; }

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

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

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

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

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

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

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

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