Html Css Color HEX #29565E Teal Blue

📋 copy color: '#29565E'

red 41 ◦ green 86 ◦ blue 94

#29565E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #29565E

Tints of Teal Blue #29565E

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 value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29565E (or 0x29565E) is known color: 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

RGB 41 86 94 -
CMYK 0.56 0.09 0 0.63
HSL 189.06º 0.39% 0.26% -
HSV(B) 189.06º 0.56% 0.37% -
XYZ 6.26 7.94 11.79 -
YUV 73.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 41 86 94 0.56 0.09 0 0.63 189.06 0.39 0.26
Hex 29 56 5E 38 9 0 3F BD 27 1A
Octal 51 126 136 70 11 0 77 275 47 32
Binary 101001 1010110 1011110 111000 1001 0 111111 10111101 100111 11010

Color Harmonies of #29565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29565E

Black with #29565E

Text Example


Text Example

White with #29565E

Text Example


Text Example

HTML Codes & Css Web 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>