#11798A

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

Shades of Teal #11798A

Tints of Teal #11798A

Color information

#11798A (or 0x11798A) is unknown color: approx Teal. HEX triplet: 11, 79 and 8A. RGB value is (17,121,138). Sum of RGB (Red+Green+Blue) = 17+121+138=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #11798A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11798A is #EE8675. Grayscale: #5B5B5B. Windows color (decimal): -15631990 or 9074961. OLE color: 9074961.

HSL color Cylindrical-coordinate representation of color #11798A: hue angle of 188.43º 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 #11798A is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB17121138-
CMYK0.880.1200.46
HSL188.43º78.06%30.39%-
HSV(B)188.43º87.68%54.12%-
XYZ11.6615.6326.45-
YUV91.84154.0474.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 138 (54.30% from 255) = 50%
R=6.16%
G=43.84%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171211380.880.1200.46188.4378.0630.39
Hex11798A58C02Ebc4e1e
Octal211712121301405627411636
Binary1000111110011000101010110001100010111010111100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11798A; }

 p { color: rgb(17,121,138); }

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

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

 a { background-color: rgb(17,121,138); }

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

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

 span { border-color: rgb(17,121,138); }

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