#114755

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

Shades of Teal Blue #114755

Tints of Teal Blue #114755

Color information

#114755 (or 0x114755) is unknown color: approx Teal Blue. HEX triplet: 11, 47 and 55. RGB value is (17,71,85). Sum of RGB (Red+Green+Blue) = 17+71+85=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #114755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114755 is #EEB8AA. Grayscale: #383838. Windows color (decimal): -15644843 or 5588753. OLE color: 5588753.

HSL color Cylindrical-coordinate representation of color #114755: hue angle of 192.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114755 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB177185-
CMYK0.800.1600.67
HSL192.35º66.67%20%-
HSV(B)192.35º80%33.33%-
XYZ4.125.289.4-
YUV56.45144.1199.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=9.83%
G=41.04%
B=49.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1771850.800.1600.67192.3566.6720
Hex1147555010043c04314
Octal2110712512020010330010324
Binary10001100011110101011010000100000100001111000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114755; }

 p { color: rgb(17,71,85); }

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

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

 a { background-color: rgb(17,71,85); }

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

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

 span { border-color: rgb(17,71,85); }

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