#3CA5A3

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

Shades of Blue Chill #3CA5A3

Tints of Blue Chill #3CA5A3

Color information

#3CA5A3 (or 0x3CA5A3) is unknown color: approx Blue Chill. HEX triplet: 3C, A5 and A3. RGB value is (60,165,163). Sum of RGB (Red+Green+Blue) = 60+165+163=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA5A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA5A3 is #C35A5C. Grayscale: #858585. Windows color (decimal): -12802653 or 10724668. OLE color: 10724668.

HSL color Cylindrical-coordinate representation of color #3CA5A3: hue angle of 178.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA5A3 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB60165163-
CMYK0.6400.010.35
HSL178.86º46.67%44.12%-
HSV(B)178.86º63.64%64.71%-
XYZ21.9330.5239.38-
YUV133.38144.7175.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.46%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=15.46%
G=42.53%
B=42.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601651630.6400.010.35178.8646.6744.12
Hex3CA5A3400123b32f2c
Octal7424524310001432635754
Binary111100101001011010001110000000110001110110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA5A3; }

 p { color: rgb(60,165,163); }

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

<style>
 a { background-color: #3CA5A3; }

 a { background-color: rgb(60,165,163); }

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

<style>
 span { border-color: #3CA5A3; }

 span { border-color: rgb(60,165,163); }

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