#11787F

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

Shades of Teal #11787F

Tints of Teal #11787F

Color information

#11787F (or 0x11787F) is unknown color: approx Teal. HEX triplet: 11, 78 and 7F. RGB value is (17,120,127). Sum of RGB (Red+Green+Blue) = 17+120+127=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #11787F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11787F is #EE8780. Grayscale: #595959. Windows color (decimal): -15632257 or 8353809. OLE color: 8353809.

HSL color Cylindrical-coordinate representation of color #11787F: hue angle of 183.82º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11787F is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB17120127-
CMYK0.870.0600.50
HSL183.82º76.39%28.24%-
HSV(B)183.82º86.61%49.8%-
XYZ10.7815.0822.42-
YUV90148.8875.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 127 (50% from 255) = 48.11%
R=6.44%
G=45.45%
B=48.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal171201270.870.0600.50183.8276.3928.24
Hex11787F576032b84c1c
Octal21170177127606227011434
Binary10001111100011111111010111110011001010111000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11787F; }

 p { color: rgb(17,120,127); }

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

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

 a { background-color: rgb(17,120,127); }

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

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

 span { border-color: rgb(17,120,127); }

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