#294E59

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

Shades of Teal Blue #294E59

Tints of Teal Blue #294E59

Color information

#294E59 (or 0x294E59) is unknown color: approx Teal Blue. HEX triplet: 29, 4E and 59. RGB value is (41,78,89). Sum of RGB (Red+Green+Blue) = 41+78+89=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #294E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E59 is #D6B1A6. Grayscale: #444444. Windows color (decimal): -14070183 or 5852713. OLE color: 5852713.

HSL color Cylindrical-coordinate representation of color #294E59: hue angle of 193.75º 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 #294E59 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417889-
CMYK0.540.1200.65
HSL193.75º36.92%25.49%-
HSV(B)193.75º53.93%34.9%-
XYZ5.446.6410.45-
YUV68.19139.74108.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=19.71%
G=37.5%
B=42.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4178890.540.1200.65193.7536.9225.49
Hex294E5936C041c22519
Octal51116131661401013024531
Binary101001100111010110011101101100010000011100001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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