#29565E

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

Shades of Teal Blue #29565E

Tints of Teal Blue #29565E

Color information

#29565E (or 0x29565E) is unknown color: approx Teal Blue. HEX triplet: 29, 56 and 5E. RGB value is (41,86,94). Sum of RGB (Red+Green+Blue) = 41+86+94=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #29565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29565E is #D6A9A1. Grayscale: #494949. Windows color (decimal): -14068130 or 6182441. OLE color: 6182441.

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

Color convert

RGB418694-
CMYK0.560.0900.63
HSL189.06º39.26%26.47%-
HSV(B)189.06º56.38%36.86%-
XYZ6.267.9411.79-
YUV73.46139.59104.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=18.55%
G=38.91%
B=42.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4186940.560.0900.63189.0639.2626.47
Hex29565E38903Fbd271a
Octal5112613670110772754732
Binary10100110101101011110111000100101111111011110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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