#294650

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

Shades of Teal Blue #294650

Tints of Teal Blue #294650

Color information

#294650 (or 0x294650) is unknown color: approx Teal Blue. HEX triplet: 29, 46 and 50. RGB value is (41,70,80). Sum of RGB (Red+Green+Blue) = 41+70+80=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #294650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294650 is #D6B9AF. Grayscale: #3E3E3E. Windows color (decimal): -14072240 or 5260841. OLE color: 5260841.

HSL color Cylindrical-coordinate representation of color #294650: hue angle of 195.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294650 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417080-
CMYK0.490.1200.69
HSL195.38º32.23%23.73%-
HSV(B)195.38º48.75%31.37%-
XYZ4.555.438.4-
YUV62.47137.89112.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=21.47%
G=36.65%
B=41.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4170800.490.1200.69195.3832.2323.73
Hex29465031C045c32018
Octal51106120611401053034030
Binary101001100011010100001100011100010001011100001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294650; }

 p { color: rgb(41,70,80); }

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

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

 a { background-color: rgb(41,70,80); }

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

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

 span { border-color: rgb(41,70,80); }

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