#294D55

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

Shades of Teal Blue #294D55

Tints of Teal Blue #294D55

Color information

#294D55 (or 0x294D55) is unknown color: approx Teal Blue. HEX triplet: 29, 4D and 55. RGB value is (41,77,85). Sum of RGB (Red+Green+Blue) = 41+77+85=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #294D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D55 is #D6B2AA. Grayscale: #434343. Windows color (decimal): -14070443 or 5590313. OLE color: 5590313.

HSL color Cylindrical-coordinate representation of color #294D55: hue angle of 190.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294D55 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB417785-
CMYK0.520.0900.67
HSL190.91º34.92%24.71%-
HSV(B)190.91º51.76%33.33%-
XYZ5.216.449.56-
YUV67.15138.07109.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=20.20%
G=37.93%
B=41.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4177850.520.0900.67190.9134.9224.71
Hex294D55349043bf2319
Octal51115125641101032774331
Binary101001100110110101011101001001010000111011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,77,85); }

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

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

 a { background-color: rgb(41,77,85); }

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

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

 span { border-color: rgb(41,77,85); }

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