#41A6A0

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

Shades of Blue Chill #41A6A0

Tints of Blue Chill #41A6A0

Color information

#41A6A0 (or 0x41A6A0) is unknown color: approx Blue Chill. HEX triplet: 41, A6 and A0. RGB value is (65,166,160). Sum of RGB (Red+Green+Blue) = 65+166+160=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #41A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A6A0 is #BE595F. Grayscale: #878787. Windows color (decimal): -12474720 or 10528321. OLE color: 10528321.

HSL color Cylindrical-coordinate representation of color #41A6A0: hue angle of 176.44º 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 #41A6A0 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB65166160-
CMYK0.6100.040.35
HSL176.44º43.72%45.29%-
HSV(B)176.44º60.84%65.1%-
XYZ22.1630.9338.06-
YUV135.12142.0477.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.62%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 160 (62.89% from 255) = 40.92%
R=16.62%
G=42.46%
B=40.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651661600.6100.040.35176.4443.7245.29
Hex41A6A03D0423b02c2d
Octal1012462407504432605455
Binary10000011010011010100000111101010010001110110000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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