#11857F

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

Shades of Teal #11857F

Tints of Teal #11857F

Color information

#11857F (or 0x11857F) is unknown color: approx Teal. HEX triplet: 11, 85 and 7F. RGB value is (17,133,127). Sum of RGB (Red+Green+Blue) = 17+133+127=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #11857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11857F is #EE7A80. Grayscale: #616161. Windows color (decimal): -15628929 or 8357137. OLE color: 8357137.

HSL color Cylindrical-coordinate representation of color #11857F: hue angle of 176.9º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11857F is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB17133127-
CMYK0.8700.050.48
HSL176.9º77.33%29.41%-
HSV(B)176.9º87.22%52.16%-
XYZ12.4518.4322.98-
YUV97.63144.5770.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 127 (50% from 255) = 45.85%
R=6.14%
G=48.01%
B=45.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171331270.8700.050.48176.977.3329.41
Hex11857F570530b14d1d
Octal21205177127056026111535
Binary100011000010111111111010111010111000010110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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