Html Css Color HEX #178382 Teal

📋 copy color: '#178382'

red 23 ◦ green 131 ◦ blue 130

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

Shades of Teal #178382

Tints of Teal #178382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 8.1%
G = 46.13%
B = 45.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#178382 (or 0x178382) is known color: Teal. HEX triplet: 17, 83 and 82. RGB value is (23,131,130). Sum of RGB (Red+Green+Blue) = 23+131+130=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #178382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178382 is #E87C7D. Grayscale: #626262. Windows color (decimal): -15236222 or 8553239. OLE color: 8553239.

HSL color Cylindrical-coordinate representation of color #178382: hue angle of 179.44º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #178382 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 131 130 -
CMYK 0.82 0 0.01 0.49
HSL 179.44º 0.7% 0.3% -
HSV(B) 179.44º 0.82% 0.51% -
XYZ 12.5 18.03 23.94 -
YUV 98.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 23 131 130 0.82 0 0.01 0.49 179.44 0.7 0.3
Hex 17 83 82 52 0 1 31 B3 46 1E
Octal 27 203 202 122 0 1 61 263 106 36
Binary 10111 10000011 10000010 1010010 0 1 110001 10110011 1000110 11110

Color Harmonies of #178382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178382

Black with #178382

Text Example


Text Example

White with #178382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178382; }

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

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

background-color css

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

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

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

border-color css

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

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

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