#294E55

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

Shades of Teal Blue #294E55

Tints of Teal Blue #294E55

Color information

#294E55 (or 0x294E55) is unknown color: approx Teal Blue. HEX triplet: 29, 4E and 55. RGB value is (41,78,85). Sum of RGB (Red+Green+Blue) = 41+78+85=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #294E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E55 is #D6B1AA. Grayscale: #434343. Windows color (decimal): -14070187 or 5590569. OLE color: 5590569.

HSL color Cylindrical-coordinate representation of color #294E55: hue angle of 189.55º 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 #294E55 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB417885-
CMYK0.520.0800.67
HSL189.55º34.92%24.71%-
HSV(B)189.55º51.76%33.33%-
XYZ5.286.589.59-
YUV67.74137.74108.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=20.10%
G=38.24%
B=41.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4178850.520.0800.67189.5534.9224.71
Hex294E55348043be2319
Octal51116125641001032764331
Binary101001100111010101011101001000010000111011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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