#11867D

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

Shades of Teal #11867D

Tints of Teal #11867D

Color information

#11867D (or 0x11867D) is unknown color: approx Teal. HEX triplet: 11, 86 and 7D. RGB value is (17,134,125). Sum of RGB (Red+Green+Blue) = 17+134+125=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #11867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11867D is #EE7982. Grayscale: #616161. Windows color (decimal): -15628675 or 8226321. OLE color: 8226321.

HSL color Cylindrical-coordinate representation of color #11867D: hue angle of 175.38º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11867D is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB17134125-
CMYK0.8700.070.47
HSL175.38º77.48%29.61%-
HSV(B)175.38º87.31%52.55%-
XYZ12.4618.6522.35-
YUV97.99143.2470.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=6.16%
G=48.55%
B=45.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171341250.8700.070.47175.3877.4829.61
Hex11867D57072Faf4d1e
Octal21206175127075725711536
Binary100011000011011111011010111011110111110101111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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