#118980

Color #118980 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #118980

Tints of Teal #118980

Color information

#118980 (or 0x118980) is unknown color: approx Teal. HEX triplet: 11, 89 and 80. RGB value is (17,137,128). Sum of RGB (Red+Green+Blue) = 17+137+128=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #118980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118980 is #EE767F. Grayscale: #646464. Windows color (decimal): -15627904 or 8423697. OLE color: 8423697.

HSL color Cylindrical-coordinate representation of color #118980: hue angle of 175.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118980 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB17137128-
CMYK0.8800.070.46
HSL175.5º77.92%30.2%-
HSV(B)175.5º87.59%53.73%-
XYZ13.0719.5723.51-
YUV100.09143.7468.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 137 (53.91% from 255) = 48.58%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=6.03%
G=48.58%
B=45.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171371280.8800.070.46175.577.9230.2
Hex11898058072Eb04e1e
Octal21211200130075626011636
Binary1000110001001100000001011000011110111010110000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118980; }

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

 H1.HeaderClassName
 {
   color: #118980;
 }
 .AnyTagClassName
 {
   color: #118980;
 }
</style>
background-color css

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

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

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

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

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

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