#294754

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

Shades of Teal Blue #294754

Tints of Teal Blue #294754

Color information

#294754 (or 0x294754) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 54. RGB value is (41,71,84). Sum of RGB (Red+Green+Blue) = 41+71+84=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #294754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294754 is #D6B8AB. Grayscale: #3F3F3F. Windows color (decimal): -14071980 or 5523241. OLE color: 5523241.

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

Color convert

RGB417184-
CMYK0.510.1500.67
HSL198.14º34.4%24.51%-
HSV(B)198.14º51.19%32.94%-
XYZ4.775.629.22-
YUV63.51139.56111.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=20.92%
G=36.22%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4171840.510.1500.67198.1434.424.51
Hex29475433F043c62219
Octal51107124631701033064231
Binary101001100011110101001100111111010000111100011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294754; }

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

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

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

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

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

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

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

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