Html Css Color HEX #294C59 Teal Blue

📋 copy color: '#294C59'

red 41 ◦ green 76 ◦ blue 89

#294C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #294C59

Tints of Teal Blue #294C59

RGB

 RED value IS 41 (16.41% from 255) = 19.9%

 GREEN value IS 76 (30.08% from 255) = 36.89%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 19.9%
G = 36.89%
B = 43.2%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294C59 (or 0x294C59) is known color: Teal Blue. HEX triplet: 29, 4C and 59. RGB value is (41,76,89). Sum of RGB (Red+Green+Blue) = 41+76+89=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #294C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C59 is #D6B3A6. Grayscale: #424242. Windows color (decimal): -14070695 or 5852201. OLE color: 5852201.

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

Color convert

RGB 41 76 89 -
CMYK 0.54 0.15 0 0.65
HSL 196.25º 0.37% 0.25% -
HSV(B) 196.25º 0.54% 0.35% -
XYZ 5.3 6.36 10.4 -
YUV 67.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 41 76 89 0.54 0.15 0 0.65 196.25 0.37 0.25
Hex 29 4C 59 36 F 0 41 C4 25 19
Octal 51 114 131 66 17 0 101 304 45 31
Binary 101001 1001100 1011001 110110 1111 0 1000001 11000100 100101 11001

Color Harmonies of #294C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C59

Black with #294C59

Text Example


Text Example

White with #294C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,76,89); }

 H1.HeaderClassName
 {
   color: #294C59;
 }
 .AnyTagClassName
 {
   color: #294C59;
 }
</style>

background-color css

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

 a { background-color: rgb(41,76,89); }

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

border-color css

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

 span { border-color: rgb(41,76,89); }

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