#29474D

Color #29474D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #29474D

Tints of Teal Blue #29474D

Color information

#29474D (or 0x29474D) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 4D. RGB value is (41,71,77). Sum of RGB (Red+Green+Blue) = 41+71+77=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #29474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29474D is #D6B8B2. Grayscale: #3E3E3E. Windows color (decimal): -14071987 or 5064489. OLE color: 5064489.

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

Color convert

RGB417177-
CMYK0.470.0800.70
HSL190º30.51%23.14%-
HSV(B)190º46.75%30.2%-
XYZ4.515.517.85-
YUV62.71136.06112.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=21.69%
G=37.57%
B=40.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4171770.470.0800.7019030.5123.14
Hex29474D2F8046be1f17
Octal51107115571001062763727
Binary10100110001111001101101111100001000110101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29474D;
 }
 .AnyTagClassName
 {
   color: #29474D;
 }
</style>
background-color css

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

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

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

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

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

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