#29484D

Color #29484D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #29484D

Tints of Teal Blue #29484D

Color information

#29484D (or 0x29484D) is unknown color: approx 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

RGB417277-
CMYK0.470.0600.70
HSL188.33º30.51%23.14%-
HSV(B)188.33º46.75%30.2%-
XYZ4.575.647.87-
YUV63.3135.73112.09-

RGB Variations

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

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 (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4172770.470.0600.70188.3330.5123.14
Hex29484D2F6046bc1f17
Octal5111011557601062743727
Binary1010011001000100110110111111001000110101111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>