#3CA27C

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

Shades of Gossamer #3CA27C

Tints of Gossamer #3CA27C

Color information

#3CA27C (or 0x3CA27C) is unknown color: approx Gossamer. HEX triplet: 3C, A2 and 7C. RGB value is (60,162,124). Sum of RGB (Red+Green+Blue) = 60+162+124=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA27C is #C35D83. Grayscale: #7F7F7F. Windows color (decimal): -12803460 or 8167996. OLE color: 8167996.

HSL color Cylindrical-coordinate representation of color #3CA27C: hue angle of 157.65º 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 #3CA27C is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB60162124-
CMYK0.6300.230.36
HSL157.65º45.95%43.53%-
HSV(B)157.65º62.96%63.53%-
XYZ18.4228.2623.55-
YUV127.17126.2180.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=17.34%
G=46.82%
B=35.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621240.6300.230.36157.6545.9543.53
Hex3CA27C3F017249e2e2c
Octal7424217477027442365654
Binary11110010100010111110011111101011110010010011110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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