#294A54

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

Shades of Teal Blue #294A54

Tints of Teal Blue #294A54

Color information

#294A54 (or 0x294A54) is unknown color: approx Teal Blue. HEX triplet: 29, 4A and 54. RGB value is (41,74,84). Sum of RGB (Red+Green+Blue) = 41+74+84=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #294A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A54 is #D6B5AB. Grayscale: #414141. Windows color (decimal): -14071212 or 5524009. OLE color: 5524009.

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

Color convert

RGB417484-
CMYK0.510.1200.67
HSL193.95º34.4%24.51%-
HSV(B)193.95º51.19%32.94%-
XYZ4.966.019.29-
YUV65.27138.57110.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=20.60%
G=37.19%
B=42.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4174840.510.1200.67193.9534.424.51
Hex294A5433C043c22219
Octal51112124631401033024231
Binary101001100101010101001100111100010000111100001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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