Html Css Color HEX #118680 Teal

📋 copy color: '#118680'

red 17 ◦ green 134 ◦ blue 128

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

Shades of Teal #118680

Tints of Teal #118680

RGB

 RED value IS 17 (7.03% from 255) = 6.09%

 GREEN value IS 134 (52.73% from 255) = 48.03%

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 6.09%
G = 48.03%
B = 45.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#118680 (or 0x118680) is known color: Teal. HEX triplet: 11, 86 and 80. RGB value is (17,134,128). Sum of RGB (Red+Green+Blue) = 17+134+128=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #118680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118680 is #EE797F. Grayscale: #626262. Windows color (decimal): -15628672 or 8422929. OLE color: 8422929.

HSL color Cylindrical-coordinate representation of color #118680: hue angle of 176.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118680 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 134 128 -
CMYK 0.87 0 0.04 0.47
HSL 176.92º 0.77% 0.3% -
HSV(B) 176.92º 0.87% 0.53% -
XYZ 12.65 18.73 23.37 -
YUV 98.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 17 134 128 0.87 0 0.04 0.47 176.92 0.77 0.3
Hex 11 86 80 57 0 4 2F B1 4D 1E
Octal 21 206 200 127 0 4 57 261 115 36
Binary 10001 10000110 10000000 1010111 0 100 101111 10110001 1001101 11110

Color Harmonies of #118680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118680

Black with #118680

Text Example


Text Example

White with #118680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118680; }

 p { color: rgb(17,134,128); }

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

background-color css

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

 a { background-color: rgb(17,134,128); }

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

border-color css

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

 span { border-color: rgb(17,134,128); }

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