#11857C

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

Shades of Teal #11857C

Tints of Teal #11857C

Color information

#11857C (or 0x11857C) is unknown color: approx Teal. HEX triplet: 11, 85 and 7C. RGB value is (17,133,124). Sum of RGB (Red+Green+Blue) = 17+133+124=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #11857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11857C is #EE7A83. Grayscale: #616161. Windows color (decimal): -15628932 or 8160529. OLE color: 8160529.

HSL color Cylindrical-coordinate representation of color #11857C: hue angle of 175.34º 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 #11857C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB17133124-
CMYK0.8700.070.48
HSL175.34º77.33%29.41%-
HSV(B)175.34º87.22%52.16%-
XYZ12.2618.3521.96-
YUV97.29143.0770.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.20%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=6.20%
G=48.54%
B=45.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171331240.8700.070.48175.3477.3329.41
Hex11857C570730af4d1d
Octal21205174127076025711535
Binary100011000010111111001010111011111000010101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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