#294853

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

Shades of Teal Blue #294853

Tints of Teal Blue #294853

Color information

#294853 (or 0x294853) is unknown color: approx Teal Blue. HEX triplet: 29, 48 and 53. RGB value is (41,72,83). Sum of RGB (Red+Green+Blue) = 41+72+83=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #294853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294853 is #D6B7AC. Grayscale: #3F3F3F. Windows color (decimal): -14071725 or 5457961. OLE color: 5457961.

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

Color convert

RGB417283-
CMYK0.510.1300.67
HSL195.71º33.87%24.31%-
HSV(B)195.71º50.6%32.55%-
XYZ4.795.739.04-
YUV63.98138.73111.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=20.92%
G=36.73%
B=42.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4172830.510.1300.67195.7133.8724.31
Hex29485333D043c42218
Octal51110123631501033044230
Binary101001100100010100111100111101010000111100010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294853; }

 p { color: rgb(41,72,83); }

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

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

 a { background-color: rgb(41,72,83); }

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

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

 span { border-color: rgb(41,72,83); }

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