#294953

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

Shades of Teal Blue #294953

Tints of Teal Blue #294953

Color information

#294953 (or 0x294953) is unknown color: approx Teal Blue. HEX triplet: 29, 49 and 53. RGB value is (41,73,83). Sum of RGB (Red+Green+Blue) = 41+73+83=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #294953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294953 is #D6B6AC. Grayscale: #404040. Windows color (decimal): -14071469 or 5458217. OLE color: 5458217.

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

Color convert

RGB417383-
CMYK0.510.1200.67
HSL194.29º33.87%24.31%-
HSV(B)194.29º50.6%32.55%-
XYZ4.865.869.06-
YUV64.57138.4111.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=20.81%
G=37.06%
B=42.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4173830.510.1200.67194.2933.8724.31
Hex29495333C043c22218
Octal51111123631401033024230
Binary101001100100110100111100111100010000111100001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294953; }

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

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

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

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

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

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

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

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