Html Css Color HEX #178385 Teal

📋 copy color: '#178385'

red 23 ◦ green 131 ◦ blue 133

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

Shades of Teal #178385

Tints of Teal #178385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 8.01%
G = 45.64%
B = 46.34%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#178385 (or 0x178385) is known color: Teal. HEX triplet: 17, 83 and 85. RGB value is (23,131,133). Sum of RGB (Red+Green+Blue) = 23+131+133=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #178385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178385 is #E87C7A. Grayscale: #626262. Windows color (decimal): -15236219 or 8749847. OLE color: 8749847.

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

Color convert

RGB 23 131 133 -
CMYK 0.83 0.02 0 0.48
HSL 181.09º 0.71% 0.31% -
HSV(B) 181.09º 0.83% 0.52% -
XYZ 12.7 18.11 25.02 -
YUV 98.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 23 131 133 0.83 0.02 0 0.48 181.09 0.71 0.31
Hex 17 83 85 53 2 0 30 B5 47 1F
Octal 27 203 205 123 2 0 60 265 107 37
Binary 10111 10000011 10000101 1010011 10 0 110000 10110101 1000111 11111

Color Harmonies of #178385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178385

Black with #178385

Text Example


Text Example

White with #178385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178385; }

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

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

background-color css

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

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

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

border-color css

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

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

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