Html Css Color HEX #178486 Teal

📋 copy color: '#178486'

red 23 ◦ green 132 ◦ blue 134

#178486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #178486

Tints of Teal #178486

RGB

 RED value IS 23 (9.38% from 255) = 7.96%

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 7.96%
G = 45.67%
B = 46.37%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#178486 (or 0x178486) is known color: Teal. HEX triplet: 17, 84 and 86. RGB value is (23,132,134). Sum of RGB (Red+Green+Blue) = 23+132+134=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #178486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178486 is #E87B79. Grayscale: #636363. Windows color (decimal): -15235962 or 8815639. OLE color: 8815639.

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

Color convert

RGB 23 132 134 -
CMYK 0.83 0.01 0 0.47
HSL 181.08º 0.71% 0.31% -
HSV(B) 181.08º 0.83% 0.53% -
XYZ 12.91 18.41 25.43 -
YUV 99.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 23 132 134 0.83 0.01 0 0.47 181.08 0.71 0.31
Hex 17 84 86 53 1 0 2F B5 47 1F
Octal 27 204 206 123 1 0 57 265 107 37
Binary 10111 10000100 10000110 1010011 1 0 101111 10110101 1000111 11111

Color Harmonies of #178486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178486

Black with #178486

Text Example


Text Example

White with #178486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178486; }

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

 H1.HeaderClassName
 {
   color: #178486;
 }
 .AnyTagClassName
 {
   color: #178486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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