#294F58

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

Shades of Teal Blue #294F58

Tints of Teal Blue #294F58

Color information

#294F58 (or 0x294F58) is unknown color: approx Teal Blue. HEX triplet: 29, 4F and 58. RGB value is (41,79,88). Sum of RGB (Red+Green+Blue) = 41+79+88=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #294F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F58 is #D6B0A7. Grayscale: #444444. Windows color (decimal): -14069928 or 5787433. OLE color: 5787433.

HSL color Cylindrical-coordinate representation of color #294F58: hue angle of 191.49º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294F58 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB417988-
CMYK0.530.1000.65
HSL191.49º36.43%25.29%-
HSV(B)191.49º53.41%34.51%-
XYZ5.476.7710.25-
YUV68.66138.91108.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=19.71%
G=37.98%
B=42.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4179880.530.1000.65191.4936.4325.29
Hex294F5835A041bf2419
Octal51117130651201012774431
Binary101001100111110110001101011010010000011011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294F58; }

 p { color: rgb(41,79,88); }

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

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

 a { background-color: rgb(41,79,88); }

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

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

 span { border-color: rgb(41,79,88); }

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