#294A50

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

Shades of Teal Blue #294A50

Tints of Teal Blue #294A50

Color information

#294A50 (or 0x294A50) is unknown color: approx Teal Blue. HEX triplet: 29, 4A and 50. RGB value is (41,74,80). Sum of RGB (Red+Green+Blue) = 41+74+80=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #294A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A50 is #D6B5AF. Grayscale: #404040. Windows color (decimal): -14071216 or 5261865. OLE color: 5261865.

HSL color Cylindrical-coordinate representation of color #294A50: hue angle of 189.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294A50 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417480-
CMYK0.490.0800.69
HSL189.23º32.23%23.73%-
HSV(B)189.23º48.75%31.37%-
XYZ4.815.958.48-
YUV64.82136.57111.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=21.03%
G=37.95%
B=41.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4174800.490.0800.69189.2332.2323.73
Hex294A50318045bd2018
Octal51112120611001052754030
Binary101001100101010100001100011000010001011011110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294A50; }

 p { color: rgb(41,74,80); }

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

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

 a { background-color: rgb(41,74,80); }

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

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

 span { border-color: rgb(41,74,80); }

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