#41A6A2

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

Shades of Blue Chill #41A6A2

Tints of Blue Chill #41A6A2

Color information

#41A6A2 (or 0x41A6A2) is unknown color: approx Blue Chill. HEX triplet: 41, A6 and A2. RGB value is (65,166,162). Sum of RGB (Red+Green+Blue) = 65+166+162=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #41A6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A6A2 is #BE595D. Grayscale: #878787. Windows color (decimal): -12474718 or 10659393. OLE color: 10659393.

HSL color Cylindrical-coordinate representation of color #41A6A2: hue angle of 177.62º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A6A2 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB65166162-
CMYK0.6100.020.35
HSL177.62º43.72%45.29%-
HSV(B)177.62º60.84%65.1%-
XYZ22.343138.99-
YUV135.34143.0477.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 162 (63.67% from 255) = 41.22%
R=16.54%
G=42.24%
B=41.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651661620.6100.020.35177.6243.7245.29
Hex41A6A23D0223b22c2d
Octal1012462427502432625455
Binary1000001101001101010001011110101010001110110010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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