#114A57

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

Shades of Teal Blue #114A57

Tints of Teal Blue #114A57

Color information

#114A57 (or 0x114A57) is unknown color: approx Teal Blue. HEX triplet: 11, 4A and 57. RGB value is (17,74,87). Sum of RGB (Red+Green+Blue) = 17+74+87=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #114A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A57 is #EEB5A8. Grayscale: #3A3A3A. Windows color (decimal): -15644073 or 5720593. OLE color: 5720593.

HSL color Cylindrical-coordinate representation of color #114A57: hue angle of 191.14º 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 #114A57 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB177487-
CMYK0.800.1500.66
HSL191.14º67.31%20.39%-
HSV(B)191.14º80.46%34.12%-
XYZ4.45.79.89-
YUV58.44144.1298.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=9.55%
G=41.57%
B=48.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1774870.800.1500.66191.1467.3120.39
Hex114A5750F042bf4314
Octal2111212712017010227710324
Binary1000110010101010111101000011110100001010111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114A57; }

 p { color: rgb(17,74,87); }

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

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

 a { background-color: rgb(17,74,87); }

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

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

 span { border-color: rgb(17,74,87); }

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