#294E56

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

Shades of Teal Blue #294E56

Tints of Teal Blue #294E56

Color information

#294E56 (or 0x294E56) is unknown color: approx Teal Blue. HEX triplet: 29, 4E and 56. RGB value is (41,78,86). Sum of RGB (Red+Green+Blue) = 41+78+86=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #294E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E56 is #D6B1A9. Grayscale: #434343. Windows color (decimal): -14070186 or 5656105. OLE color: 5656105.

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

Color convert

RGB417886-
CMYK0.520.0900.66
HSL190.67º35.43%24.9%-
HSV(B)190.67º52.33%33.73%-
XYZ5.326.599.8-
YUV67.85138.24108.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=20%
G=38.05%
B=41.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4178860.520.0900.66190.6735.4324.9
Hex294E56349042bf2319
Octal51116126641101022774331
Binary101001100111010101101101001001010000101011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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