#41A29C

Color #41A29C Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #41A29C

Tints of Blue Chill #41A29C

Color information

#41A29C (or 0x41A29C) is unknown color: approx Blue Chill. HEX triplet: 41, A2 and 9C. RGB value is (65,162,156). Sum of RGB (Red+Green+Blue) = 65+162+156=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #41A29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A29C is #BE5D63. Grayscale: #848484. Windows color (decimal): -12475748 or 10265153. OLE color: 10265153.

HSL color Cylindrical-coordinate representation of color #41A29C: hue angle of 176.29º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A29C is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB65162156-
CMYK0.6000.040.36
HSL176.29º42.73%44.51%-
HSV(B)176.29º59.88%63.53%-
XYZ21.129.3636.01-
YUV132.31141.3679.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.97%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=16.97%
G=42.30%
B=40.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651621560.6000.040.36176.2942.7344.51
Hex41A29C3C0424b02b2d
Octal1012422347404442605355
Binary10000011010001010011100111100010010010010110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A29C; }

 p { color: rgb(65,162,156); }

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

<style>
 a { background-color: #41A29C; }

 a { background-color: rgb(65,162,156); }

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

<style>
 span { border-color: #41A29C; }

 span { border-color: rgb(65,162,156); }

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