Html Css Color HEX #29494E Teal Blue

📋 copy color: '#29494E'

red 41 ◦ green 73 ◦ blue 78

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

Shades of Teal Blue #29494E

Tints of Teal Blue #29494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 78 (30.86% from 255) = 40.63%

R = 21.35%
G = 38.02%
B = 40.63%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29494E (or 0x29494E) is known color: Teal Blue. HEX triplet: 29, 49 and 4E. RGB value is (41,73,78). Sum of RGB (Red+Green+Blue) = 41+73+78=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #29494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29494E is #D6B6B1. Grayscale: #3F3F3F. Windows color (decimal): -14071474 or 5130537. OLE color: 5130537.

HSL color Cylindrical-coordinate representation of color #29494E: hue angle of 188.11º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29494E is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 73 78 -
CMYK 0.47 0.06 0 0.69
HSL 188.11º 0.31% 0.23% -
HSV(B) 188.11º 0.47% 0.31% -
XYZ 4.67 5.79 8.08 -
YUV 64 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 41 73 78 0.47 0.06 0 0.69 188.11 0.31 0.23
Hex 29 49 4E 2F 6 0 45 BC 1F 17
Octal 51 111 116 57 6 0 105 274 37 27
Binary 101001 1001001 1001110 101111 110 0 1000101 10111100 11111 10111

Color Harmonies of #29494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29494E

Black with #29494E

Text Example


Text Example

White with #29494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29494E; }

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

 H1.HeaderClassName
 {
   color: #29494E;
 }
 .AnyTagClassName
 {
   color: #29494E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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