#11897D

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

Shades of Teal #11897D

Tints of Teal #11897D

Color information

#11897D (or 0x11897D) is unknown color: approx Teal. HEX triplet: 11, 89 and 7D. RGB value is (17,137,125). Sum of RGB (Red+Green+Blue) = 17+137+125=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #11897D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11897D is #EE7682. Grayscale: #636363. Windows color (decimal): -15627907 or 8227089. OLE color: 8227089.

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

Color convert

RGB17137125-
CMYK0.8800.090.46
HSL174º77.92%30.2%-
HSV(B)174º87.59%53.73%-
XYZ12.8819.4922.49-
YUV99.75142.2468.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.09%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=6.09%
G=49.10%
B=44.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171371250.8800.090.4617477.9230.2
Hex11897D58092Eae4e1e
Octal212111751300115625611636
Binary1000110001001111110110110000100110111010101110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11897D; }

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

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

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

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

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

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

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

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