Html Css Color HEX #178286 Teal

📋 copy color: '#178286'

red 23 ◦ green 130 ◦ blue 134

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

Shades of Teal #178286

Tints of Teal #178286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 8.01%
G = 45.3%
B = 46.69%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#178286 (or 0x178286) is known color: Teal. HEX triplet: 17, 82 and 86. RGB value is (23,130,134). Sum of RGB (Red+Green+Blue) = 23+130+134=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #178286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178286 is #E87D79. Grayscale: #626262. Windows color (decimal): -15236474 or 8815127. OLE color: 8815127.

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

Color convert

RGB 23 130 134 -
CMYK 0.83 0.03 0 0.47
HSL 182.16º 0.71% 0.31% -
HSV(B) 182.16º 0.83% 0.53% -
XYZ 12.64 17.87 25.34 -
YUV 98.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 23 130 134 0.83 0.03 0 0.47 182.16 0.71 0.31
Hex 17 82 86 53 3 0 2F B6 47 1F
Octal 27 202 206 123 3 0 57 266 107 37
Binary 10111 10000010 10000110 1010011 11 0 101111 10110110 1000111 11111

Color Harmonies of #178286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178286

Black with #178286

Text Example


Text Example

White with #178286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178286; }

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

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

background-color css

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

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

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

border-color css

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

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

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