#11515D

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

Shades of Teal Blue #11515D

Tints of Teal Blue #11515D

Color information

#11515D (or 0x11515D) is unknown color: approx Teal Blue. HEX triplet: 11, 51 and 5D. RGB value is (17,81,93). Sum of RGB (Red+Green+Blue) = 17+81+93=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #11515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11515D is #EEAEA2. Grayscale: #3F3F3F. Windows color (decimal): -15642275 or 6115601. OLE color: 6115601.

HSL color Cylindrical-coordinate representation of color #11515D: hue angle of 189.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11515D is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB178193-
CMYK0.820.1300.64
HSL189.47º69.09%21.57%-
HSV(B)189.47º81.72%36.47%-
XYZ5.156.7911.4-
YUV63.23144.895.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=8.90%
G=42.41%
B=48.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1781930.820.1300.64189.4769.0921.57
Hex11515D52D040bd4516
Octal2112113512215010027510526
Binary1000110100011011101101001011010100000010111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,81,93); }

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

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

 a { background-color: rgb(17,81,93); }

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

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

 span { border-color: rgb(17,81,93); }

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