#3CA29A

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

Shades of Blue Chill #3CA29A

Tints of Blue Chill #3CA29A

Color information

#3CA29A (or 0x3CA29A) is unknown color: approx Blue Chill. HEX triplet: 3C, A2 and 9A. RGB value is (60,162,154). Sum of RGB (Red+Green+Blue) = 60+162+154=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA29A is #C35D65. Grayscale: #828282. Windows color (decimal): -12803430 or 10134076. OLE color: 10134076.

HSL color Cylindrical-coordinate representation of color #3CA29A: hue angle of 175.29º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA29A is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB60162154-
CMYK0.6300.050.36
HSL175.29º45.95%43.53%-
HSV(B)175.29º62.96%63.53%-
XYZ20.6229.1335.11-
YUV130.59141.2177.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.96%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=15.96%
G=43.09%
B=40.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621540.6300.050.36175.2945.9543.53
Hex3CA29A3F0524af2e2c
Octal742422327705442575654
Binary1111001010001010011010111111010110010010101111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,154); }

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

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

 a { background-color: rgb(60,162,154); }

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

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

 span { border-color: rgb(60,162,154); }

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