#29555E

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

Shades of Teal Blue #29555E

Tints of Teal Blue #29555E

Color information

#29555E (or 0x29555E) is unknown color: approx Teal Blue. HEX triplet: 29, 55 and 5E. RGB value is (41,85,94). Sum of RGB (Red+Green+Blue) = 41+85+94=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #29555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29555E is #D6AAA1. Grayscale: #484848. Windows color (decimal): -14068386 or 6182185. OLE color: 6182185.

HSL color Cylindrical-coordinate representation of color #29555E: hue angle of 190.19º 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 #29555E is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB418594-
CMYK0.560.1000.63
HSL190.19º39.26%26.47%-
HSV(B)190.19º56.38%36.86%-
XYZ6.187.7811.76-
YUV72.87139.92105.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=18.64%
G=38.64%
B=42.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4185940.560.1000.63190.1939.2626.47
Hex29555E38A03Fbe271a
Octal5112513670120772764732
Binary10100110101011011110111000101001111111011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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