Html Css Color HEX #178882 Teal

📋 copy color: '#178882'

red 23 ◦ green 136 ◦ blue 130

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

Shades of Teal #178882

Tints of Teal #178882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.06%

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

R = 7.96%
G = 47.06%
B = 44.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#178882 (or 0x178882) is known color: Teal. HEX triplet: 17, 88 and 82. RGB value is (23,136,130). Sum of RGB (Red+Green+Blue) = 23+136+130=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #178882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178882 is #E8777D. Grayscale: #656565. Windows color (decimal): -15234942 or 8554519. OLE color: 8554519.

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

Color convert

RGB 23 136 130 -
CMYK 0.83 0 0.04 0.47
HSL 176.81º 0.71% 0.31% -
HSV(B) 176.81º 0.83% 0.53% -
XYZ 13.19 19.4 24.17 -
YUV 101.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 23 136 130 0.83 0 0.04 0.47 176.81 0.71 0.31
Hex 17 88 82 53 0 4 2F B1 47 1F
Octal 27 210 202 123 0 4 57 261 107 37
Binary 10111 10001000 10000010 1010011 0 100 101111 10110001 1000111 11111

Color Harmonies of #178882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178882

Black with #178882

Text Example


Text Example

White with #178882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178882; }

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

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

background-color css

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

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

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

border-color css

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

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

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