Html Css Color HEX #29535A Teal Blue

📋 copy color: '#29535A'

red 41 ◦ green 83 ◦ blue 90

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

Shades of Teal Blue #29535A

Tints of Teal Blue #29535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 19.16%
G = 38.79%
B = 42.06%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29535A (or 0x29535A) is known color: Teal Blue. HEX triplet: 29, 53 and 5A. RGB value is (41,83,90). Sum of RGB (Red+Green+Blue) = 41+83+90=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #29535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29535A is #D6ACA5. Grayscale: #474747. Windows color (decimal): -14068902 or 5919529. OLE color: 5919529.

HSL color Cylindrical-coordinate representation of color #29535A: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29535A is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 83 90 -
CMYK 0.54 0.08 0 0.65
HSL 188.57º 0.37% 0.26% -
HSV(B) 188.57º 0.54% 0.35% -
XYZ 5.85 7.4 10.79 -
YUV 71.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 41 83 90 0.54 0.08 0 0.65 188.57 0.37 0.26
Hex 29 53 5A 36 8 0 41 BD 25 1A
Octal 51 123 132 66 10 0 101 275 45 32
Binary 101001 1010011 1011010 110110 1000 0 1000001 10111101 100101 11010

Color Harmonies of #29535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29535A

Black with #29535A

Text Example


Text Example

White with #29535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29535A; }

 p { color: rgb(41,83,90); }

 H1.HeaderClassName
 {
   color: #29535A;
 }
 .AnyTagClassName
 {
   color: #29535A;
 }
</style>

background-color css

<style>
 a { background-color: #29535A; }

 a { background-color: rgb(41,83,90); }

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

border-color css

<style>
 span { border-color: #29535A; }

 span { border-color: rgb(41,83,90); }

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