#114856

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

Shades of Teal Blue #114856

Tints of Teal Blue #114856

Color information

#114856 (or 0x114856) is unknown color: approx Teal Blue. HEX triplet: 11, 48 and 56. RGB value is (17,72,86). Sum of RGB (Red+Green+Blue) = 17+72+86=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #114856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114856 is #EEB7A9. Grayscale: #393939. Windows color (decimal): -15644586 or 5654545. OLE color: 5654545.

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

Color convert

RGB177286-
CMYK0.800.1600.66
HSL192.17º66.99%20.2%-
HSV(B)192.17º80.23%33.73%-
XYZ4.235.439.63-
YUV57.15144.2899.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=9.71%
G=41.14%
B=49.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1772860.800.1600.66192.1766.9920.2
Hex1148565010042c04314
Octal2111012612020010230010324
Binary10001100100010101101010000100000100001011000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114856; }

 p { color: rgb(17,72,86); }

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

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

 a { background-color: rgb(17,72,86); }

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

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

 span { border-color: rgb(17,72,86); }

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