Html Css Color HEX #29484D Teal Blue

📋 copy color: '#29484D'

red 41 ◦ green 72 ◦ blue 77

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

Shades of Teal Blue #29484D

Tints of Teal Blue #29484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 21.58%
G = 37.89%
B = 40.53%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29484D (or 0x29484D) is known color: Teal Blue. HEX triplet: 29, 48 and 4D. RGB value is (41,72,77). Sum of RGB (Red+Green+Blue) = 41+72+77=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #29484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29484D is #D6B7B2. Grayscale: #3F3F3F. Windows color (decimal): -14071731 or 5064745. OLE color: 5064745.

HSL color Cylindrical-coordinate representation of color #29484D: hue angle of 188.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29484D is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 72 77 -
CMYK 0.47 0.06 0 0.70
HSL 188.33º 0.31% 0.23% -
HSV(B) 188.33º 0.47% 0.3% -
XYZ 4.57 5.64 7.87 -
YUV 63.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 41 72 77 0.47 0.06 0 0.70 188.33 0.31 0.23
Hex 29 48 4D 2F 6 0 46 BC 1F 17
Octal 51 110 115 57 6 0 106 274 37 27
Binary 101001 1001000 1001101 101111 110 0 1000110 10111100 11111 10111

Color Harmonies of #29484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29484D

Black with #29484D

Text Example


Text Example

White with #29484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,72,77); }

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

background-color css

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

 a { background-color: rgb(41,72,77); }

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

border-color css

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

 span { border-color: rgb(41,72,77); }

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