Html Css Color HEX #29555D Teal Blue

📋 copy color: '#29555D'

red 41 ◦ green 85 ◦ blue 93

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

Shades of Teal Blue #29555D

Tints of Teal Blue #29555D

RGB

 RED value IS 41 (16.41% from 255) = 18.72%

 GREEN value IS 85 (33.59% from 255) = 38.81%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 18.72%
G = 38.81%
B = 42.47%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29555D (or 0x29555D) is known color: Teal Blue. HEX triplet: 29, 55 and 5D. RGB value is (41,85,93). Sum of RGB (Red+Green+Blue) = 41+85+93=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #29555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29555D is #D6AAA2. Grayscale: #484848. Windows color (decimal): -14068387 or 6116649. OLE color: 6116649.

HSL color Cylindrical-coordinate representation of color #29555D: hue angle of 189.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29555D is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 85 93 -
CMYK 0.56 0.09 0 0.64
HSL 189.23º 0.39% 0.26% -
HSV(B) 189.23º 0.56% 0.36% -
XYZ 6.14 7.76 11.53 -
YUV 72.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 41 85 93 0.56 0.09 0 0.64 189.23 0.39 0.26
Hex 29 55 5D 38 9 0 40 BD 27 1A
Octal 51 125 135 70 11 0 100 275 47 32
Binary 101001 1010101 1011101 111000 1001 0 1000000 10111101 100111 11010

Color Harmonies of #29555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29555D

Black with #29555D

Text Example


Text Example

White with #29555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29555D;
 }
 .AnyTagClassName
 {
   color: #29555D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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