#29777B

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

Shades of Atoll #29777B

Tints of Atoll #29777B

Color information

#29777B (or 0x29777B) is unknown color: approx Atoll. HEX triplet: 29, 77 and 7B. RGB value is (41,119,123). Sum of RGB (Red+Green+Blue) = 41+119+123=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #29777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29777B is #D68884. Grayscale: #606060. Windows color (decimal): -14059653 or 8091433. OLE color: 8091433.

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

Color convert

RGB41119123-
CMYK0.670.0300.52
HSL182.93º50%32.16%-
HSV(B)182.93º66.67%48.24%-
XYZ11.0915.121.07-
YUV96.13143.1688.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=14.49%
G=42.05%
B=43.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411191230.670.0300.52182.935032.16
Hex29777B433034b73220
Octal5116717310330642676240
Binary10100111101111111011100001111011010010110111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29777B; }

 p { color: rgb(41,119,123); }

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

<style>
 a { background-color: #29777B; }

 a { background-color: rgb(41,119,123); }

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

<style>
 span { border-color: #29777B; }

 span { border-color: rgb(41,119,123); }

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