#294D54

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

Shades of Teal Blue #294D54

Tints of Teal Blue #294D54

Color information

#294D54 (or 0x294D54) is unknown color: approx Teal Blue. HEX triplet: 29, 4D and 54. RGB value is (41,77,84). Sum of RGB (Red+Green+Blue) = 41+77+84=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #294D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D54 is #D6B2AB. Grayscale: #424242. Windows color (decimal): -14070444 or 5524777. OLE color: 5524777.

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

Color convert

RGB417784-
CMYK0.510.0800.67
HSL189.77º34.4%24.51%-
HSV(B)189.77º51.19%32.94%-
XYZ5.176.429.35-
YUV67.03137.57109.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=20.30%
G=38.12%
B=41.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4177840.510.0800.67189.7734.424.51
Hex294D54338043be2219
Octal51115124631001032764231
Binary101001100110110101001100111000010000111011111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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