Html Css Color HEX #29525A Teal Blue

📋 copy color: '#29525A'

red 41 ◦ green 82 ◦ blue 90

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

Shades of Teal Blue #29525A

Tints of Teal Blue #29525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

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

R = 19.25%
G = 38.5%
B = 42.25%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29525A (or 0x29525A) is known color: Teal Blue. HEX triplet: 29, 52 and 5A. RGB value is (41,82,90). Sum of RGB (Red+Green+Blue) = 41+82+90=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #29525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29525A is #D6ADA5. Grayscale: #464646. Windows color (decimal): -14069158 or 5919273. OLE color: 5919273.

HSL color Cylindrical-coordinate representation of color #29525A: hue angle of 189.8º 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 #29525A is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 82 90 -
CMYK 0.54 0.09 0 0.65
HSL 189.8º 0.37% 0.26% -
HSV(B) 189.8º 0.54% 0.35% -
XYZ 5.78 7.24 10.77 -
YUV 70.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 41 82 90 0.54 0.09 0 0.65 189.8 0.37 0.26
Hex 29 52 5A 36 9 0 41 BE 25 1A
Octal 51 122 132 66 11 0 101 276 45 32
Binary 101001 1010010 1011010 110110 1001 0 1000001 10111110 100101 11010

Color Harmonies of #29525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29525A

Black with #29525A

Text Example


Text Example

White with #29525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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