#29787C

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

Shades of Atoll #29787C

Tints of Atoll #29787C

Color information

#29787C (or 0x29787C) is unknown color: approx Atoll. HEX triplet: 29, 78 and 7C. RGB value is (41,120,124). Sum of RGB (Red+Green+Blue) = 41+120+124=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #29787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29787C is #D68783. Grayscale: #606060. Windows color (decimal): -14059396 or 8157225. OLE color: 8157225.

HSL color Cylindrical-coordinate representation of color #29787C: hue angle of 182.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29787C is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB41120124-
CMYK0.670.0300.51
HSL182.89º50.3%32.35%-
HSV(B)182.89º66.94%48.63%-
XYZ11.2715.3621.44-
YUV96.84143.3388.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=14.39%
G=42.11%
B=43.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411201240.670.0300.51182.8950.332.35
Hex29787C433033b73220
Octal5117017410330632676240
Binary10100111110001111100100001111011001110110111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29787C; }

 p { color: rgb(41,120,124); }

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

<style>
 a { background-color: #29787C; }

 a { background-color: rgb(41,120,124); }

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

<style>
 span { border-color: #29787C; }

 span { border-color: rgb(41,120,124); }

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