#178185

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

Shades of Teal #178185

Tints of Teal #178185

Color information

#178185 (or 0x178185) is unknown color: approx Teal. HEX triplet: 17, 81 and 85. RGB value is (23,129,133). Sum of RGB (Red+Green+Blue) = 23+129+133=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #178185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178185 is #E87E7A. Grayscale: #616161. Windows color (decimal): -15236731 or 8749335. OLE color: 8749335.

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

Color convert

RGB23129133-
CMYK0.830.0300.48
HSL182.18º70.51%30.59%-
HSV(B)182.18º82.71%52.16%-
XYZ12.4417.5824.93-
YUV97.76147.8874.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.07%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=8.07%
G=45.26%
B=46.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal231291330.830.0300.48182.1870.5130.59
Hex178185533030b6471f
Octal27201205123306026610737
Binary101111000000110000101101001111011000010110110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178185; }

 p { color: rgb(23,129,133); }

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

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

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

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

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

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

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