#294854

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

Shades of Teal Blue #294854

Tints of Teal Blue #294854

Color information

#294854 (or 0x294854) is unknown color: approx Teal Blue. HEX triplet: 29, 48 and 54. RGB value is (41,72,84). Sum of RGB (Red+Green+Blue) = 41+72+84=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #294854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294854 is #D6B7AB. Grayscale: #404040. Windows color (decimal): -14071724 or 5523497. OLE color: 5523497.

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

Color convert

RGB417284-
CMYK0.510.1400.67
HSL196.74º34.4%24.51%-
HSV(B)196.74º51.19%32.94%-
XYZ4.835.759.24-
YUV64.1139.23111.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=20.81%
G=36.55%
B=42.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4172840.510.1400.67196.7434.424.51
Hex29485433E043c52219
Octal51110124631601033054231
Binary101001100100010101001100111110010000111100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294854; }

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

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

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

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

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

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

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

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