#294c59

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

Shades of Teal Blue #294C59

Tints of Teal Blue #294C59

Color information

#294C59 (or 0x294C59) is unknown color: approx Teal Blue. HEX triplet: 29, 4C and 59. RGB value is (41,76,89). Sum of RGB (Red+Green+Blue) = 41+76+89=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #294C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C59 is #D6B3A6. Grayscale: #424242. Windows color (decimal): -14070695 or 5852201. OLE color: 5852201.

HSL color Cylindrical-coordinate representation of color #294C59: hue angle of 196.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #294C59 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417689-
CMYK0.540.1500.65
HSL196.25º36.92%25.49%-
HSV(B)196.25º53.93%34.9%-
XYZ5.36.3610.4-
YUV67.02140.4109.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=19.90%
G=36.89%
B=43.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4176890.540.1500.65196.2536.9225.49
Hex294C5936F041c42519
Octal51114131661701013044531
Binary101001100110010110011101101111010000011100010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,76,89); }

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

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

 a { background-color: rgb(41,76,89); }

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

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

 span { border-color: rgb(41,76,89); }

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