#29545E

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

Shades of Teal Blue #29545E

Tints of Teal Blue #29545E

Color information

#29545E (or 0x29545E) is unknown color: approx Teal Blue. HEX triplet: 29, 54 and 5E. RGB value is (41,84,94). Sum of RGB (Red+Green+Blue) = 41+84+94=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #29545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29545E is #D6ABA1. Grayscale: #484848. Windows color (decimal): -14068642 or 6181929. OLE color: 6181929.

HSL color Cylindrical-coordinate representation of color #29545E: hue angle of 191.32º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29545E is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB418494-
CMYK0.560.1100.63
HSL191.32º39.26%26.47%-
HSV(B)191.32º56.38%36.86%-
XYZ6.117.6211.74-
YUV72.28140.25105.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=18.72%
G=38.36%
B=42.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4184940.560.1100.63191.3239.2626.47
Hex29545E38B03Fbf271a
Octal5112413670130772774732
Binary10100110101001011110111000101101111111011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,84,94); }

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

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

 a { background-color: rgb(41,84,94); }

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

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

 span { border-color: rgb(41,84,94); }

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