Html Css Color HEX #29474C Teal Blue

📋 copy color: '#29474C'

red 41 ◦ green 71 ◦ blue 76

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

Shades of Teal Blue #29474C

Tints of Teal Blue #29474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 21.81%
G = 37.77%
B = 40.43%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29474C (or 0x29474C) is known color: Teal Blue. HEX triplet: 29, 47 and 4C. RGB value is (41,71,76). Sum of RGB (Red+Green+Blue) = 41+71+76=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #29474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29474C is #D6B8B3. Grayscale: #3E3E3E. Windows color (decimal): -14071988 or 4998953. OLE color: 4998953.

HSL color Cylindrical-coordinate representation of color #29474C: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29474C is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 71 76 -
CMYK 0.46 0.07 0 0.70
HSL 188.57º 0.3% 0.23% -
HSV(B) 188.57º 0.46% 0.3% -
XYZ 4.47 5.5 7.66 -
YUV 62.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 41 71 76 0.46 0.07 0 0.70 188.57 0.3 0.23
Hex 29 47 4C 2E 7 0 46 BD 1E 17
Octal 51 107 114 56 7 0 106 275 36 27
Binary 101001 1000111 1001100 101110 111 0 1000110 10111101 11110 10111

Color Harmonies of #29474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29474C

Black with #29474C

Text Example


Text Example

White with #29474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29474C; }

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

 H1.HeaderClassName
 {
   color: #29474C;
 }
 .AnyTagClassName
 {
   color: #29474C;
 }
</style>

background-color css

<style>
 a { background-color: #29474C; }

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

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

border-color css

<style>
 span { border-color: #29474C; }

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

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