#29565F

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

Shades of Teal Blue #29565F

Tints of Teal Blue #29565F

Color information

#29565F (or 0x29565F) is unknown color: approx Teal Blue. HEX triplet: 29, 56 and 5F. RGB value is (41,86,95). Sum of RGB (Red+Green+Blue) = 41+86+95=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #29565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29565F is #D6A9A0. Grayscale: #494949. Windows color (decimal): -14068129 or 6247977. OLE color: 6247977.

HSL color Cylindrical-coordinate representation of color #29565F: hue angle of 190º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29565F is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB418695-
CMYK0.570.0900.63
HSL190º39.71%26.67%-
HSV(B)190º56.84%37.25%-
XYZ6.317.9512.03-
YUV73.57140.09104.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=18.47%
G=38.74%
B=42.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4186950.570.0900.6319039.7126.67
Hex29565F39903Fbe281b
Octal5112613771110772765033
Binary10100110101101011111111001100101111111011111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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