#178086

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

Shades of Teal #178086

Tints of Teal #178086

Color information

#178086 (or 0x178086) is unknown color: approx Teal. HEX triplet: 17, 80 and 86. RGB value is (23,128,134). Sum of RGB (Red+Green+Blue) = 23+128+134=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #178086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178086 is #E87F79. Grayscale: #616161. Windows color (decimal): -15236986 or 8814615. OLE color: 8814615.

HSL color Cylindrical-coordinate representation of color #178086: hue angle of 183.24º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178086 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB23128134-
CMYK0.830.0400.47
HSL183.24º70.7%30.78%-
HSV(B)183.24º82.84%52.55%-
XYZ12.3817.3425.25-
YUV97.29148.7175.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.07%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=8.07%
G=44.91%
B=47.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal231281340.830.0400.47183.2470.730.78
Hex17808653402Fb7471f
Octal27200206123405726710737
Binary1011110000000100001101010011100010111110110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178086; }

 p { color: rgb(23,128,134); }

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

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

 a { background-color: rgb(23,128,134); }

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

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

 span { border-color: rgb(23,128,134); }

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