Html Css Color HEX #294D5A Teal Blue

📋 copy color: '#294D5A'

red 41 ◦ green 77 ◦ blue 90

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

Shades of Teal Blue #294D5A

Tints of Teal Blue #294D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 19.71%
G = 37.02%
B = 43.27%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294D5A (or 0x294D5A) is known color: Teal Blue. HEX triplet: 29, 4D and 5A. RGB value is (41,77,90). Sum of RGB (Red+Green+Blue) = 41+77+90=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #294D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D5A is #D6B2A5. Grayscale: #434343. Windows color (decimal): -14070438 or 5917993. OLE color: 5917993.

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

Color convert

RGB 41 77 90 -
CMYK 0.54 0.14 0 0.65
HSL 195.92º 0.37% 0.26% -
HSV(B) 195.92º 0.54% 0.35% -
XYZ 5.41 6.52 10.65 -
YUV 67.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 41 77 90 0.54 0.14 0 0.65 195.92 0.37 0.26
Hex 29 4D 5A 36 E 0 41 C4 25 1A
Octal 51 115 132 66 16 0 101 304 45 32
Binary 101001 1001101 1011010 110110 1110 0 1000001 11000100 100101 11010

Color Harmonies of #294D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D5A

Black with #294D5A

Text Example


Text Example

White with #294D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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