#29484F

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

Shades of Teal Blue #29484F

Tints of Teal Blue #29484F

Color information

#29484F (or 0x29484F) is unknown color: approx Teal Blue. HEX triplet: 29, 48 and 4F. RGB value is (41,72,79). Sum of RGB (Red+Green+Blue) = 41+72+79=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #29484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29484F is #D6B7B0. Grayscale: #3F3F3F. Windows color (decimal): -14071729 or 5195817. OLE color: 5195817.

HSL color Cylindrical-coordinate representation of color #29484F: hue angle of 191.05º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29484F is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417279-
CMYK0.480.0900.69
HSL191.05º31.67%23.53%-
HSV(B)191.05º48.1%30.98%-
XYZ4.645.678.25-
YUV63.53136.73111.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=21.35%
G=37.5%
B=41.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4172790.480.0900.69191.0531.6723.53
Hex29484F309045bf2018
Octal51110117601101052774030
Binary101001100100010011111100001001010001011011111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29484F;
 }
 .AnyTagClassName
 {
   color: #29484F;
 }
</style>
background-color css

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

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

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

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

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

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