#29797E

Color #29797E Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #29797E

Tints of Atoll #29797E

Color information

#29797E (or 0x29797E) is unknown color: approx Atoll. HEX triplet: 29, 79 and 7E. RGB value is (41,121,126). Sum of RGB (Red+Green+Blue) = 41+121+126=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #29797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29797E is #D68681. Grayscale: #616161. Windows color (decimal): -14059138 or 8288553. OLE color: 8288553.

HSL color Cylindrical-coordinate representation of color #29797E: hue angle of 183.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29797E is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB41121126-
CMYK0.670.0400.51
HSL183.53º50.9%32.75%-
HSV(B)183.53º67.46%49.41%-
XYZ11.5215.6522.15-
YUV97.6514487.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=14.24%
G=42.01%
B=43.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411211260.670.0400.51183.5350.932.75
Hex29797E434033b83321
Octal5117117610340632706341
Binary101001111100111111101000011100011001110111000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29797E; }

 p { color: rgb(41,121,126); }

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

<style>
 a { background-color: #29797E; }

 a { background-color: rgb(41,121,126); }

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

<style>
 span { border-color: #29797E; }

 span { border-color: rgb(41,121,126); }

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