#115160

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

Shades of Teal Blue #115160

Tints of Teal Blue #115160

Color information

#115160 (or 0x115160) is unknown color: approx Teal Blue. HEX triplet: 11, 51 and 60. RGB value is (17,81,96). Sum of RGB (Red+Green+Blue) = 17+81+96=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #115160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115160 is #EEAE9F. Grayscale: #3F3F3F. Windows color (decimal): -15642272 or 6312209. OLE color: 6312209.

HSL color Cylindrical-coordinate representation of color #115160: hue angle of 191.39º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115160 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB178196-
CMYK0.820.1600.62
HSL191.39º69.91%22.16%-
HSV(B)191.39º82.29%37.65%-
XYZ5.286.8512.11-
YUV63.57146.394.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=8.76%
G=41.75%
B=49.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1781960.820.1600.62191.3969.9122.16
Hex115160521003Ebf4616
Octal211211401222007627710626
Binary1000110100011100000101001010000011111010111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115160; }

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

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

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

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

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

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

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

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