#41a4a3

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

Shades of Blue Chill #41A4A3

Tints of Blue Chill #41A4A3

Color information

#41A4A3 (or 0x41A4A3) is unknown color: approx Blue Chill. HEX triplet: 41, A4 and A3. RGB value is (65,164,163). Sum of RGB (Red+Green+Blue) = 65+164+163=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #41A4A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A4A3 is #BE5B5C. Grayscale: #868686. Windows color (decimal): -12475229 or 10724417. OLE color: 10724417.

HSL color Cylindrical-coordinate representation of color #41A4A3: hue angle of 179.39º 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 #41A4A3 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB65164163-
CMYK0.6000.010.36
HSL179.39º43.23%44.9%-
HSV(B)179.39º60.37%64.31%-
XYZ22.0730.3239.34-
YUV134.28144.278.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.58%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=16.58%
G=41.84%
B=41.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651641630.6000.010.36179.3943.2344.9
Hex41A4A33C0124b32b2d
Octal1012442437401442635355
Binary100000110100100101000111111000110010010110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41a4a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,164,163); }

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

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

 a { background-color: rgb(65,164,163); }

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

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

 span { border-color: rgb(65,164,163); }

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