#294750

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

Shades of Teal Blue #294750

Tints of Teal Blue #294750

Color information

#294750 (or 0x294750) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 50. RGB value is (41,71,80). Sum of RGB (Red+Green+Blue) = 41+71+80=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #294750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294750 is #D6B8AF. Grayscale: #3E3E3E. Windows color (decimal): -14071984 or 5261097. OLE color: 5261097.

HSL color Cylindrical-coordinate representation of color #294750: hue angle of 193.85º 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 #294750 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417180-
CMYK0.490.1100.69
HSL193.85º32.23%23.73%-
HSV(B)193.85º48.75%31.37%-
XYZ4.625.568.42-
YUV63.06137.56112.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=21.35%
G=36.98%
B=41.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4171800.490.1100.69193.8532.2323.73
Hex29475031B045c22018
Octal51107120611301053024030
Binary101001100011110100001100011011010001011100001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294750; }

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

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

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

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

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

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

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

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