Html Css Color HEX #294D59 Teal Blue

📋 copy color: '#294D59'

red 41 ◦ green 77 ◦ blue 89

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

Shades of Teal Blue #294D59

Tints of Teal Blue #294D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.2%

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

R = 19.81%
G = 37.2%
B = 43%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294D59 (or 0x294D59) is known color: Teal Blue. HEX triplet: 29, 4D and 59. RGB value is (41,77,89). Sum of RGB (Red+Green+Blue) = 41+77+89=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #294D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D59 is #D6B2A6. Grayscale: #434343. Windows color (decimal): -14070439 or 5852457. OLE color: 5852457.

HSL color Cylindrical-coordinate representation of color #294D59: hue angle of 195º 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 #294D59 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 77 89 -
CMYK 0.54 0.13 0 0.65
HSL 195º 0.37% 0.25% -
HSV(B) 195º 0.54% 0.35% -
XYZ 5.37 6.5 10.42 -
YUV 67.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 41 77 89 0.54 0.13 0 0.65 195 0.37 0.25
Hex 29 4D 59 36 D 0 41 C3 25 19
Octal 51 115 131 66 15 0 101 303 45 31
Binary 101001 1001101 1011001 110110 1101 0 1000001 11000011 100101 11001

Color Harmonies of #294D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D59

Black with #294D59

Text Example


Text Example

White with #294D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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